[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info.el |
Date: |
Thu, 26 May 2005 09:01:03 -0400 |
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.