diff options
| author | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:51:27 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:51:27 +0000 |
| commit | ddbfcbde43525572fdb6d2c746b90be838f540d2 (patch) | |
| tree | 61696d55badce064b94bd628ebb2242599cd0a49 /lisp | |
| parent | 383669afbb34d15b1f492ec58a9bac51ec6b43b7 (diff) | |
| download | emacs-ddbfcbde43525572fdb6d2c746b90be838f540d2.tar.gz | |
(describe-calendar-mode): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calendar/calendar.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index a457d12e3c6..045d8b02927 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1490,6 +1490,9 @@ the inserted text. Value is always t." (substitute-command-keys "\\<calendar-mode-map>\\[describe-mode] from within the calendar") (substitute-command-keys "\\{calendar-mode-map}"))) + (save-excursion + (set-buffer standard-output) + (help-mode)) (print-help-return-message))) ;; Calendar mode is suitable only for specially formatted data. |
