emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Sat, 08 Mar 2008 00:13:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/03/08 00:13:51

Index: info.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/info.el,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -b -r1.520 -r1.521
--- info.el     8 Mar 2008 00:09:29 -0000       1.520
+++ info.el     8 Mar 2008 00:13:50 -0000       1.521
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]