From 8dd8636323ec07b10f6bf85159c3ae3c9b16d43a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 6 Mar 2008 21:41:36 +0000 Subject: [PATCH] (Info-bookmark-make-cell): Don't use the info-node argument. --- lisp/ChangeLog | 4 ++++ lisp/info.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: -- 2.39.5