]> git.eshelyaron.com Git - emacs.git/commitdiff
Move declare-function.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Mar 2008 00:13:50 +0000 (00:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 8 Mar 2008 00:13:50 +0000 (00:13 +0000)
lisp/info.el

index c6834408bacb752acf007177de0d8ed4c01ca486..893fbfd8f0e9f5cdec291b8f805c5f542ade266f 100644 (file)
@@ -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."