diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 56ad20c0c41..83420c72731 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1082,7 +1082,7 @@ See the command `doc-view-mode' for more information on this mode." ;;;; Bookmark integration -(defun doc-view-bookmark-make-record (annotation &rest args) +(defun doc-view-bookmark-make-record (annotation) (let ((the-record `((filename . ,buffer-file-name) (page . ,(doc-view-current-page))