diff options
| author | Karl Heuer | 1994-11-09 05:48:55 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-11-09 05:48:55 +0000 |
| commit | 228899a5b2aa6eb275d4b34a7695764eaa0e248d (patch) | |
| tree | e6cc515bad116631787400cff2a31cc99e0e4628 | |
| parent | ea1650729fa9f75ceaa4b4ef02622ef3fa78c6eb (diff) | |
| download | emacs-228899a5b2aa6eb275d4b34a7695764eaa0e248d.tar.gz emacs-228899a5b2aa6eb275d4b34a7695764eaa0e248d.zip | |
(map-y-or-n-p): Set help-mode in *Help* buffer.
| -rw-r--r-- | lisp/map-ynp.el | 5 |
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 \ |
| 204 | the current %s and exit." | 204 | the 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)) |