From d530654e688b202fc326a9d0a8d9264731a25cae Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 6 Mar 2008 21:43:06 +0000 Subject: [PATCH] (Info-bookmark-make-cell): Fix up last change. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 9a6b31bcab4..4d7e7da3b15 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -4326,7 +4326,7 @@ BUFFER is the buffer speedbar is requesting buttons for." ;; This is only called from bookmark.el. (declare-function bookmark-buffer-file-name "bookmark" ()) -(defun Info-bookmark-make-cell (annotation &optional info-node) +(defun Info-bookmark-make-cell (annotation &rest args) (let ((the-record `((filename . ,(bookmark-buffer-file-name)) (front-context-string -- 2.39.2