diff options
author | root <root> | 1990-07-26 04:05:55 +0000 |
---|---|---|
committer | root <root> | 1990-07-26 04:05:55 +0000 |
commit | 21fbb97e91e39680121b66e7f8857733e9a5381f (patch) | |
tree | f7abb11aadbd473b41543ac11f9fe9cc5cc93da5 /lisp/=man.el | |
parent | b9adb907e9d893a2e6503826062e75966e5eeea8 (diff) | |
download | emacs-21fbb97e91e39680121b66e7f8857733e9a5381f.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=man.el')
-rw-r--r-- | lisp/=man.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/=man.el b/lisp/=man.el index 077559206f4..b04a59155a2 100644 --- a/lisp/=man.el +++ b/lisp/=man.el @@ -90,6 +90,7 @@ where SECTION is the desired section of the manual, as in `tty(4)'." (nuke-nroff-bs) (set-buffer-modified-p nil) (setq buffer-read-only t) + (view-mode nil 'bury-buffer) (message "")))) ;; Hint: BS stands form more things than "back space" |