From: Carsten Dominik Date: Thu, 25 Aug 2005 08:25:51 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: emacs-pretest-22.0.90~7461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f74505caad46410c1bf018ce731a59344253da8d;p=emacs.git Fixed typo. --- 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." (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.