diff options
| -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 @@ | |||
| 53 | (t | 53 | (t |
| 54 | (message "Yow!") | 54 | (message "Yow!") |
| 55 | (with-output-to-temp-buffer "*Help*" | 55 | (with-output-to-temp-buffer "*Help*" |
| 56 | (princ yow)))))) | 56 | (princ yow) |
| 57 | (save-excursion | ||
| 58 | (set-buffer standard-output) | ||
| 59 | (help-mode))))))) | ||
| 57 | 60 | ||
| 58 | (defsubst read-zippyism (prompt &optional require-match) | 61 | (defsubst read-zippyism (prompt &optional require-match) |
| 59 | "Read a Zippyism from the minibuffer with completion, prompting with PROMPT. | 62 | "Read a Zippyism from the minibuffer with completion, prompting with PROMPT. |