org-compat: Silence byte-compiler
This commit is contained in:
parent
47138a986e
commit
8d44c95025
|
@ -51,6 +51,8 @@
|
|||
(when (< emacs-major-version 25)
|
||||
(defalias 'gui-get-selection 'x-get-selection)))
|
||||
|
||||
(declare-function org-link-set-parameters "org" (type &rest rest))
|
||||
|
||||
|
||||
;;; Obsolete aliases (remove them once the next major release is released).
|
||||
|
||||
|
|
Loading…
Reference in New Issue