From 355f5efadb63c1e16dd38e6e9ac3dabd4ee93f6d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 8 Mar 2008 00:13:50 +0000 Subject: [PATCH] Move declare-function. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5