From f74505caad46410c1bf018ce731a59344253da8d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 25 Aug 2005 08:25:51 +0000 Subject: [PATCH] Fixed typo. --- lisp/bookmark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2