Index: emacs/lisp/bookmark.el
diff -c emacs/lisp/bookmark.el:1.79 emacs/lisp/bookmark.el:1.80
*** emacs/lisp/bookmark.el:1.79 Wed Aug 24 10:18:29 2005
--- emacs/lisp/bookmark.el      Thu Aug 25 08:25:51 2005
***************
*** 1063,1069 ****
      (and cell
           (switch-to-buffer (car cell))
           (goto-char (cdr cell))
!        (progn (run-hooks 'bookmark-jump-hook) t)
         (if bookmark-automatically-show-annotations
               ;; if there is an annotation for this bookmark,
               ;; show it in a buffer.
--- 1063,1069 ----
      (and cell
           (switch-to-buffer (car cell))
           (goto-char (cdr cell))
!        (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.


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to