1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(yow): Set help-mode in *Help* buffer.

This commit is contained in:
Karl Heuer 1994-11-09 05:44:20 +00:00
parent 2eb6bfbe93
commit d10d0394a0

View File

@ -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.