From: Stefan Monnier Date: Thu, 6 Mar 2008 21:41:36 +0000 (+0000) Subject: (Info-bookmark-make-cell): Don't use the info-node argument. X-Git-Tag: emacs-pretest-23.0.90~7422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dd8636323ec07b10f6bf85159c3ae3c9b16d43a;p=emacs.git (Info-bookmark-make-cell): Don't use the info-node argument. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35ccfd82c6e..9dd876afbfa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-06 Stefan Monnier + + * info.el (Info-bookmark-make-cell): Don't use the info-node argument. + 2008-03-06 Lennart Borgman (tiny change) * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Bugfix: replaced diff --git a/lisp/info.el b/lisp/info.el index 5bbbd60019e..9a6b31bcab4 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -4342,7 +4342,7 @@ BUFFER is the buffer speedbar is requesting buttons for." (- (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: