Mercurial > emacs
changeset 92575:0d51af67d04b
Move declare-function.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 08 Mar 2008 00:13:50 +0000 |
parents | 8719c1e8223e |
children | 932089c7230c |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Sat Mar 08 00:11:29 2008 +0000 +++ b/lisp/info.el Sat Mar 08 00:13:50 2008 +0000 @@ -3376,7 +3376,6 @@ (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 @@ (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."