]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed typo.
authorCarsten Dominik <dominik@science.uva.nl>
Thu, 25 Aug 2005 08:25:51 +0000 (08:25 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Thu, 25 Aug 2005 08:25:51 +0000 (08:25 +0000)
lisp/bookmark.el

index 043b8d54d1be7db74eaffa2afbd11c93ca570f98..23e1ce11277a766c3b1dc745c0846eb5002e4e0f 100644 (file)
@@ -1063,7 +1063,7 @@ of the old one in the permanent bookmark record."
     (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.