aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/supercite.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index db4a492de1d..e1bac745bfc 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -1870,7 +1870,7 @@ VARIABLE must be a bound symbol. Nil values change to t, non-nil
1870values are changed to nil." 1870values are changed to nil."
1871 (message "%s changed from %s to %s" 1871 (message "%s changed from %s to %s"
1872 variable (symbol-value variable) 1872 variable (symbol-value variable)
1873 (set-variable variable (not (eval-expression variable)))) 1873 (set variable (not (symbol-value variable))))
1874 (sc-set-mode-string)) 1874 (sc-set-mode-string))
1875 1875
1876(defun sc-set-variable (var) 1876(defun sc-set-variable (var)