aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-08 00:13:50 +0000
committerJuanma Barranquero2008-03-08 00:13:50 +0000
commit355f5efadb63c1e16dd38e6e9ac3dabd4ee93f6d (patch)
tree62c643c8150bff6ac7d6fcb651ab2cabbdb3111f
parentf9b27c85997c48ac9844081c347e6924de91452b (diff)
downloademacs-355f5efadb63c1e16dd38e6e9ac3dabd4ee93f6d.tar.gz
emacs-355f5efadb63c1e16dd38e6e9ac3dabd4ee93f6d.zip
Move declare-function.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index c6834408bac..893fbfd8f0e 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'."
3376(defvar tool-bar-map) 3376(defvar tool-bar-map)
3377(defvar bookmark-make-record-function) 3377(defvar bookmark-make-record-function)
3378(defvar bookmark-make-name-function) 3378(defvar bookmark-make-name-function)
3379(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
3380 3379
3381;; Autoload cookie needed by desktop.el 3380;; Autoload cookie needed by desktop.el
3382;;;###autoload 3381;;;###autoload
@@ -4375,6 +4374,7 @@ When FILE is non-nil, return the Info file instead."
4375(declare-function bookmark-get-position "bookmark" (bookmark)) 4374(declare-function bookmark-get-position "bookmark" (bookmark))
4376(declare-function bookmark-file-or-variation-thereof "bookmark" (file)) 4375(declare-function bookmark-file-or-variation-thereof "bookmark" (file))
4377(declare-function bookmark-jump-noselect "bookmark" (str)) 4376(declare-function bookmark-jump-noselect "bookmark" (str))
4377(declare-function bookmark-get-bookmark-record "bookmark" (bookmark))
4378 4378
4379(defun bookmark-get-info-node (bookmark) 4379(defun bookmark-get-info-node (bookmark)
4380 "Get the info node associated with BOOKMARK." 4380 "Get the info node associated with BOOKMARK."