From 1751d2d7f9779ad33d21941887aa90ef5f7e9449 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Wed, 21 Mar 2012 09:25:46 +0100 Subject: [PATCH] need to require find-func instead of just declare-function * lisp/org.el: require find-func and remove declare-function for find-library-name, otherwise autoloaded org-version doesn't show all info correctly. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 8add2f1cc..8686bf52f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -75,6 +75,7 @@ (require 'gnus-sum)) (require 'calendar) +(require 'find-func) (require 'format-spec) ;; Emacs 22 calendar compatibility: Make sure the new variables are available @@ -111,7 +112,6 @@ (declare-function org-at-clock-log-p "org-clock" ()) (declare-function org-clock-timestamps-up "org-clock" ()) (declare-function org-clock-timestamps-down "org-clock" ()) -(declare-function find-library-name "find-func") ;; babel (require 'ob)