diff lisp/bookmark.el @ 65112:c877fbcb64de

Fixed typo.
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 25 Aug 2005 08:25:51 +0000
parents 83940123c4b3
children 4d1085b02d64 2d92f5c9d6ae
line wrap: on
line diff
--- a/lisp/bookmark.el	Thu Aug 25 08:20:43 2005 +0000
+++ b/lisp/bookmark.el	Thu Aug 25 08:25:51 2005 +0000
@@ -1063,7 +1063,7 @@
     (and cell
          (switch-to-buffer (car cell))
          (goto-char (cdr cell))
-	 (progn (run-hooks 'bookmark-jump-hook) t)
+	 (progn (run-hooks 'bookmark-after-jump-hook) t)
 	 (if bookmark-automatically-show-annotations
              ;; if there is an annotation for this bookmark,
              ;; show it in a buffer.