aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-11-09 05:48:55 +0000
committerKarl Heuer1994-11-09 05:48:55 +0000
commit228899a5b2aa6eb275d4b34a7695764eaa0e248d (patch)
treee6cc515bad116631787400cff2a31cc99e0e4628
parentea1650729fa9f75ceaa4b4ef02622ef3fa78c6eb (diff)
downloademacs-228899a5b2aa6eb275d4b34a7695764eaa0e248d.tar.gz
emacs-228899a5b2aa6eb275d4b34a7695764eaa0e248d.zip
(map-y-or-n-p): Set help-mode in *Help* buffer.
-rw-r--r--lisp/map-ynp.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index a96f72f61be..99e081bc9e9 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -202,7 +202,10 @@ ESC or `q' to exit;\n"
202 (if action-alist ";\n") 202 (if action-alist ";\n")
203 (format "or . (period) to %s \ 203 (format "or . (period) to %s \
204the current %s and exit." 204the current %s and exit."
205 action object))))) 205 action object))))
206 (save-excursion
207 (set-buffer standard-output)
208 (help-mode)))
206 209
207 (setq next (` (lambda () 210 (setq next (` (lambda ()
208 (setq next '(, next)) 211 (setq next '(, next))