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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/bookmark.el
Date: Thu, 26 May 2005 08:28:39 -0400

Index: emacs/lisp/bookmark.el
diff -c emacs/lisp/bookmark.el:1.72 emacs/lisp/bookmark.el:1.73
*** emacs/lisp/bookmark.el:1.72 Mon Apr 11 01:18:35 2005
--- emacs/lisp/bookmark.el      Thu May 26 12:28:39 2005
***************
*** 866,872 ****
    (use-local-map bookmark-read-annotation-mode-map)
    (setq major-mode 'bookmark-read-annotation-mode)
    (insert (funcall bookmark-read-annotation-text-func bookmark))
!   (run-hooks 'text-mode-hook))
  
  
  (defun bookmark-read-annotation (parg bookmark)
--- 866,872 ----
    (use-local-map bookmark-read-annotation-mode-map)
    (setq major-mode 'bookmark-read-annotation-mode)
    (insert (funcall bookmark-read-annotation-text-func bookmark))
!   (run-mode-hooks 'text-mode-hook))
  
  
  (defun bookmark-read-annotation (parg bookmark)
***************
*** 903,909 ****
    (let ((annotation (bookmark-get-annotation bookmark)))
      (if (and annotation (not (string-equal annotation "")))
        (insert annotation)))
!   (run-hooks 'text-mode-hook))
  
  
  (defun bookmark-send-edited-annotation ()
--- 903,909 ----
    (let ((annotation (bookmark-get-annotation bookmark)))
      (if (and annotation (not (string-equal annotation "")))
        (insert annotation)))
!   (run-mode-hooks 'text-mode-hook))
  
  
  (defun bookmark-send-edited-annotation ()
***************
*** 1618,1624 ****
    (setq buffer-read-only t)
    (setq major-mode 'bookmark-bmenu-mode)
    (setq mode-name "Bookmark Menu")
!   (run-hooks 'bookmark-bmenu-mode-hook))
  
  
  (defun bookmark-bmenu-toggle-filenames (&optional show)
--- 1618,1624 ----
    (setq buffer-read-only t)
    (setq major-mode 'bookmark-bmenu-mode)
    (setq mode-name "Bookmark Menu")
!   (run-mode-hooks 'bookmark-bmenu-mode-hook))
  
  
  (defun bookmark-bmenu-toggle-filenames (&optional show)




reply via email to

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