From: Karl Heuer Date: Wed, 9 Nov 1994 05:48:55 +0000 (+0000) Subject: (map-y-or-n-p): Set help-mode in *Help* buffer. X-Git-Tag: emacs-19.34~6005 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=228899a5b2aa6eb275d4b34a7695764eaa0e248d;p=emacs.git (map-y-or-n-p): Set help-mode in *Help* buffer. --- 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" (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))