aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."