diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/doc-view.el | 2 |
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)) |