changeset 9850:62c0e8317ce2

(map-y-or-n-p): Set help-mode in *Help* buffer.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Nov 1994 05:48:55 +0000
parents 430b8cf09515
children 0e1748cc2f32
files lisp/map-ynp.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/map-ynp.el	Wed Nov 09 05:48:50 1994 +0000
+++ b/lisp/map-ynp.el	Wed Nov 09 05:48:55 1994 +0000
@@ -202,7 +202,10 @@
 			       (if action-alist ";\n")
 			       (format "or . (period) to %s \
 the current %s and exit."
-				       action object)))))
+				       action object))))
+			   (save-excursion
+			     (set-buffer standard-output)
+			     (help-mode)))
 
 			 (setq next (` (lambda ()
 					 (setq next '(, next))