From: Juanma Barranquero Date: Sat, 8 Mar 2008 00:13:50 +0000 (+0000) Subject: Move declare-function. X-Git-Tag: emacs-pretest-23.0.90~7394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=355f5efadb63c1e16dd38e6e9ac3dabd4ee93f6d;p=emacs.git Move declare-function. --- 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'." (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."