diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:44:20 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:44:20 +0000 |
commit | 97a86b6d35c647ba7b4f14ead06d8614c38e9280 (patch) | |
tree | 41d7020e477ce9534a953ba3b17a22869b923827 /lisp/play | |
parent | 5b0c67855f2a36dd7c0bd560df4a9308cc02e3de (diff) | |
download | emacs-97a86b6d35c647ba7b4f14ead06d8614c38e9280.tar.gz |
(yow): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/yow.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index b0c8475333f..cbaef0a2680 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -53,7 +53,10 @@ (t (message "Yow!") (with-output-to-temp-buffer "*Help*" - (princ yow)))))) + (princ yow) + (save-excursion + (set-buffer standard-output) + (help-mode))))))) (defsubst read-zippyism (prompt &optional require-match) "Read a Zippyism from the minibuffer with completion, prompting with PROMPT. |