From: Tassilo Horn Date: Fri, 7 Mar 2008 15:59:43 +0000 (+0000) Subject: (doc-view-bookmark-make-record): Delete obsolete X-Git-Tag: emacs-pretest-23.0.90~7403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c039a3b294f27ea7296dcadca45d2b66f57dc67f;p=emacs.git (doc-view-bookmark-make-record): Delete obsolete second arg. --- 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))