]> git.eshelyaron.com Git - emacs.git/commitdiff
(doc-view-bookmark-make-record): Delete obsolete
authorTassilo Horn <tassilo@member.fsf.org>
Fri, 7 Mar 2008 15:59:43 +0000 (15:59 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Fri, 7 Mar 2008 15:59:43 +0000 (15:59 +0000)
second arg.

lisp/doc-view.el

index 56ad20c0c41119fc8b9a544835e58a15f3f0c345..83420c72731cc63833446344bbb259fa82e5a2ec 100644 (file)
@@ -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))