emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bookmark.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/bookmark.el
Date: Thu, 25 Aug 2005 04:25:52 -0400

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]