Show
Ignore:
Timestamp:
08/26/05 22:31:18 (3 years ago)
Author:
miyoshi
Message:

Update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/bookmark.el

    r3806 r3823  
    10381038 
    10391039 
     1040(defvar bookmark-after-jump-hook nil 
     1041  "Hook run after `bookmark-jump' jumps to a bookmark. 
     1042Useful for example to unhide text in `outline-mode'.") 
     1043 
    10401044;;;###autoload 
    10411045(defun bookmark-jump (bookmark) 
     
    10601064         (switch-to-buffer (car cell)) 
    10611065         (goto-char (cdr cell)) 
     1066         (progn (run-hooks 'bookmark-after-jump-hook) t) 
    10621067         (if bookmark-automatically-show-annotations 
    10631068             ;; if there is an annotation for this bookmark,