aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorTassilo Horn2008-03-07 15:59:43 +0000
committerTassilo Horn2008-03-07 15:59:43 +0000
commitc039a3b294f27ea7296dcadca45d2b66f57dc67f (patch)
tree3f05f29d526c5b545e6a41e56c92497bc879b3c1 /lisp
parent290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6 (diff)
downloademacs-c039a3b294f27ea7296dcadca45d2b66f57dc67f.tar.gz
emacs-c039a3b294f27ea7296dcadca45d2b66f57dc67f.zip
(doc-view-bookmark-make-record): Delete obsolete
second arg.
Diffstat (limited to 'lisp')
-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 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."
1082 1082
1083;;;; Bookmark integration 1083;;;; Bookmark integration
1084 1084
1085(defun doc-view-bookmark-make-record (annotation &rest args) 1085(defun doc-view-bookmark-make-record (annotation)
1086 (let ((the-record 1086 (let ((the-record
1087 `((filename . ,buffer-file-name) 1087 `((filename . ,buffer-file-name)
1088 (page . ,(doc-view-current-page)) 1088 (page . ,(doc-view-current-page))