From c039a3b294f27ea7296dcadca45d2b66f57dc67f Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 7 Mar 2008 15:59:43 +0000 Subject: [PATCH] (doc-view-bookmark-make-record): Delete obsolete second arg. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2