changeset 92535:46c4774d31c9

(Info-bookmark-make-cell): Don't use the info-node argument.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 06 Mar 2008 21:41:36 +0000
parents cdc0b4ed6c22
children 38f425cf30bc
files lisp/ChangeLog lisp/info.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Mar 06 17:15:47 2008 +0000
+++ b/lisp/ChangeLog	Thu Mar 06 21:41:36 2008 +0000
@@ -1,3 +1,7 @@
+2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* info.el (Info-bookmark-make-cell): Don't use the info-node argument.
+
 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>  (tiny change)
 
 	* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced
--- a/lisp/info.el	Thu Mar 06 17:15:47 2008 +0000
+++ b/lisp/info.el	Thu Mar 06 21:41:36 2008 +0000
@@ -4342,7 +4342,7 @@
                     (- (point) bookmark-search-size))
 		 nil))
            (position . ,(point))
-	   (info-node . ,info-node)
+	   (info-node . ,Info-current-node)
 	   (handler . Info-bookmark-jump))))
 
     ;; Now fill in the optional parts: