summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()