aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-03-08 00:13:50 +0000
committerJuanma Barranquero <[email protected]>2008-03-08 00:13:50 +0000
commit355f5efadb63c1e16dd38e6e9ac3dabd4ee93f6d (patch)
tree62c643c8150bff6ac7d6fcb651ab2cabbdb3111f /lisp
parentf9b27c85997c48ac9844081c347e6924de91452b (diff)
Move declare-function.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index c6834408ba..893fbfd8f0 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -3376,7 +3376,6 @@ With a zero prefix arg, put the name inside a function call to `info'."
(defvar tool-bar-map)
(defvar bookmark-make-record-function)
(defvar bookmark-make-name-function)
-(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
;; Autoload cookie needed by desktop.el
;;;###autoload
@@ -4375,6 +4374,7 @@ When FILE is non-nil, return the Info file instead."
(declare-function bookmark-get-position "bookmark" (bookmark))
(declare-function bookmark-file-or-variation-thereof "bookmark" (file))
(declare-function bookmark-jump-noselect "bookmark" (str))
+(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
(defun bookmark-get-info-node (bookmark)
"Get the info node associated with BOOKMARK."