Mercurial > emacs
changeset 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 | 84c681e58fd5 |
children | e272bd93c93c |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 ()