mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(Info-bookmark-make-cell): Fix up last change.
This commit is contained in:
parent
8dd8636323
commit
d530654e68
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue