aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorTassilo Horn <[email protected]>2008-03-07 15:59:43 +0000
committerTassilo Horn <[email protected]>2008-03-07 15:59:43 +0000
commitc039a3b294f27ea7296dcadca45d2b66f57dc67f (patch)
tree3f05f29d526c5b545e6a41e56c92497bc879b3c1 /lisp/doc-view.el
parent290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6 (diff)
(doc-view-bookmark-make-record): Delete obsolete
second arg.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r--lisp/doc-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 56ad20c0c4..83420c7273 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))