Mercurial > emacs
changeset 65112:c877fbcb64de
Fixed typo.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Thu, 25 Aug 2005 08:25:51 +0000 |
parents | 561dd0c5c956 |
children | 58d4ddcf0c9a |
files | lisp/bookmark.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.