Explorar o código

org-compat: Silence byte-compiler

Nicolas Goaziou %!s(int64=9) %!d(string=hai) anos
pai
achega
8d44c95025
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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).