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