aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 043b8d54d1b..23e1ce11277 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -1063,7 +1063,7 @@ of the old one in the permanent bookmark record."
1063 (and cell 1063 (and cell
1064 (switch-to-buffer (car cell)) 1064 (switch-to-buffer (car cell))
1065 (goto-char (cdr cell)) 1065 (goto-char (cdr cell))
1066 (progn (run-hooks 'bookmark-jump-hook) t) 1066 (progn (run-hooks 'bookmark-after-jump-hook) t)
1067 (if bookmark-automatically-show-annotations 1067 (if bookmark-automatically-show-annotations
1068 ;; if there is an annotation for this bookmark, 1068 ;; if there is an annotation for this bookmark,
1069 ;; show it in a buffer. 1069 ;; show it in a buffer.