summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-08 22:25:31 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-08 22:25:31 +0000
commita42f88c6b32bab6286c8b1069ae5cbdc9cf96118 (patch)
tree7b4299db03345d2bb85e44086513416b58b3729d /lisp/help.el
parent26e07263537871c5631903ee0b9885307afdc358 (diff)
downloademacs-a42f88c6b32bab6286c8b1069ae5cbdc9cf96118.tar.gz
(help-mode): Set view-no-disable-on-exit.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index ab3e0d096ab..d2497337076 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -123,6 +123,8 @@ Commands:
(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 ()