# HG changeset patch # User Carsten Dominik # Date 1124958351 0 # Node ID c877fbcb64de6557b005a0eb8696419bd123638f # Parent 561dd0c5c956ccea8cab32487a247a0c3dda30ec Fixed typo. diff -r 561dd0c5c956 -r c877fbcb64de lisp/bookmark.el --- 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.