Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.426 emacs/lisp/info.el:1.427
*** emacs/lisp/info.el:1.426    Sun May  1 18:54:35 2005
--- emacs/lisp/info.el  Thu May 26 13:01:03 2005
***************
*** 3259,3265 ****
    (set (make-local-variable 'search-whitespace-regexp)
         Info-search-whitespace-regexp)
    (Info-set-mode-line)
!   (run-hooks 'Info-mode-hook))
  
  ;; When an Info buffer is killed, make sure the associated tags buffer
  ;; is killed too.
--- 3259,3265 ----
    (set (make-local-variable 'search-whitespace-regexp)
         Info-search-whitespace-regexp)
    (Info-set-mode-line)
!   (run-mode-hooks 'Info-mode-hook))
  
  ;; When an Info buffer is killed, make sure the associated tags buffer
  ;; is killed too.
***************
*** 3301,3307 ****
    (setq buffer-read-only nil)
    (force-mode-line-update)
    (buffer-enable-undo (current-buffer))
!   (run-hooks 'Info-edit-mode-hook))
  
  (defun Info-edit ()
    "Edit the contents of this Info node.
--- 3301,3307 ----
    (setq buffer-read-only nil)
    (force-mode-line-update)
    (buffer-enable-undo (current-buffer))
!   (run-mode-hooks 'Info-edit-mode-hook))
  
  (defun Info-edit ()
    "Edit the contents of this Info node.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to