diff lisp/help.el @ 19228:3e0e9b7e2307

(help-mode): Set view-no-disable-on-exit.
author Richard M. Stallman <rms@gnu.org>
date Fri, 08 Aug 1997 22:25:31 +0000
parents e5e8552b076a
children f8f590160844
line wrap: on
line diff
--- a/lisp/help.el	Fri Aug 08 22:09:25 1997 +0000
+++ b/lisp/help.el	Fri Aug 08 22:25:31 1997 +0000
@@ -123,6 +123,8 @@
   (make-local-variable 'font-lock-defaults)
   (setq font-lock-defaults '(help-font-lock-keywords))
   (view-mode)
+  (make-local-variable 'view-no-disable-on-exit)
+  (setq view-no-disable-on-exit t)
   (run-hooks 'help-mode-hook))
 
 (defun help-quit ()