Mercurial > emacs
changeset 92563:1b9b096ef50e
(doc-view-bookmark-make-record): Delete obsolete
second arg.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Fri, 07 Mar 2008 15:59:43 +0000 |
parents | 060a0f469db1 |
children | 2b5ff8c0d207 |
files | lisp/doc-view.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/doc-view.el Fri Mar 07 12:44:15 2008 +0000 +++ b/lisp/doc-view.el Fri Mar 07 15:59:43 2008 +0000 @@ -1082,7 +1082,7 @@ ;;;; 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))