summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-03-21 09:25:46 +0100
committerAchim Gratz <Stromeko@Stromeko.DE>2012-04-20 21:04:14 +0200
commit1751d2d7f9779ad33d21941887aa90ef5f7e9449 (patch)
tree0dc1b0db107cb3dac63bf4189d7a416ab95f095c
parent97e7636b68d64e70472dacd499140925ebfb912b (diff)
downloadorg-mode-1751d2d7f9779ad33d21941887aa90ef5f7e9449.tar.gz
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.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 8add2f1..8686bf5 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)