Browse Source

org-compat: Silence byte-compiler

Nicolas Goaziou 8 years ago
parent
commit
8d44c95025
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-compat.el

+ 2 - 0
lisp/org-compat.el

@@ -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).