summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-11-09 05:46:09 +0000
committerKarl Heuer <kwzh@gnu.org>1994-11-09 05:46:09 +0000
commit2ca4fe5dc19e488021351b1907edfcdf356f1f01 (patch)
treef7c9c423b972eec0972e5133b3e0cff1577cdfc8 /lisp/mail/supercite.el
parent51ccc8635cf66c3a4b66456e130c10067abd87f8 (diff)
downloademacs-2ca4fe5dc19e488021351b1907edfcdf356f1f01.tar.gz
(sc-set-variable): Set help-mode in *Help* buffer.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r--lisp/mail/supercite.el3
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))