[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/help-mode.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/help-mode.el |
Date: |
Thu, 26 May 2005 08:51:09 -0400 |
Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.32 emacs/lisp/help-mode.el:1.33
*** emacs/lisp/help-mode.el:1.32 Mon May 16 03:31:32 2005
--- emacs/lisp/help-mode.el Thu May 26 12:51:09 2005
***************
*** 196,202 ****
(view-mode)
(make-local-variable 'view-no-disable-on-exit)
(setq view-no-disable-on-exit t)
! (run-hooks 'help-mode-hook))
;;;###autoload
(defun help-mode-setup ()
--- 196,202 ----
(view-mode)
(make-local-variable 'view-no-disable-on-exit)
(setq view-no-disable-on-exit t)
! (run-mode-hooks 'help-mode-hook))
;;;###autoload
(defun help-mode-setup ()