diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:46:09 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-11-09 05:46:09 +0000 |
commit | 5312cce705e12b1d4ee5930184d8b0f463704fc2 (patch) | |
tree | 08c92acf3f56f290a91b46164889b3c3b4326bcc /lisp/mail/supercite.el | |
parent | c759701d7672d4666fe37e813e1980e2d321fb6f (diff) | |
download | emacs-5312cce705e12b1d4ee5930184d8b0f463704fc2.tar.gz emacs-5312cce705e12b1d4ee5930184d8b0f463704fc2.tar.bz2 emacs-5312cce705e12b1d4ee5930184d8b0f463704fc2.zip |
(sc-set-variable): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r-- | lisp/mail/supercite.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index b9e6f867daf..a4d32d6e94c 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -1725,6 +1725,9 @@ help window." var 'variable-documentation) 1)) + (save-excursion + (set-buffer standard-output) + (help-mode)) nil))))) (set var (eval-minibuffer (format "Set %s to value: " var)))) (sc-set-mode-string)) |