emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/supercite.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/supercite.el
Date: Sat, 24 Nov 2001 19:02:05 -0500

Index: emacs/lisp/mail/supercite.el
diff -u emacs/lisp/mail/supercite.el:1.27 emacs/lisp/mail/supercite.el:1.28
--- emacs/lisp/mail/supercite.el:1.27   Sun Oct 28 09:16:14 2001
+++ emacs/lisp/mail/supercite.el        Sat Nov 24 19:02:05 2001
@@ -1870,7 +1870,7 @@
 values are changed to nil."
   (message "%s changed from %s to %s"
           variable (symbol-value variable)
-          (set-variable variable (not (eval-expression variable))))
+          (set variable (not (symbol-value variable))))
   (sc-set-mode-string))
 
 (defun sc-set-variable (var)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]