diff options
Diffstat (limited to 'lisp/doc-view.el')
-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 12b3012448e..388d30b381b 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1019,7 +1019,7 @@ See the command `doc-view-mode' for more information on this mode." (defun doc-view-bookmark-jump (bmk) (save-window-excursion (let ((filename (bookmark-get-filename bmk)) - (page (cdr (assq 'page (bookmark-get-bookmark-record bookmark))))) + (page (cdr (assq 'page (bookmark-get-bookmark-record bmk))))) (find-file filename) (when (not (eq major-mode 'doc-view-mode)) (doc-view-toggle-display)) |