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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/supercite.el
Date: Thu, 20 Dec 2001 13:22:35 -0500

Index: emacs/lisp/mail/supercite.el
diff -c emacs/lisp/mail/supercite.el:1.28 emacs/lisp/mail/supercite.el:1.29
*** emacs/lisp/mail/supercite.el:1.28   Sat Nov 24 19:02:05 2001
--- emacs/lisp/mail/supercite.el        Thu Dec 20 13:22:35 2001
***************
*** 1866,1872 ****
  
  (defun sc-toggle-var (variable)
    "Boolean toggle VARIABLE's value.
! VARIABLE must be a bound symbol.  Nil values change to t, non-nil
  values are changed to nil."
    (message "%s changed from %s to %s"
           variable (symbol-value variable)
--- 1866,1872 ----
  
  (defun sc-toggle-var (variable)
    "Boolean toggle VARIABLE's value.
! VARIABLE must be a bound symbol.  nil values change to t, non-nil
  values are changed to nil."
    (message "%s changed from %s to %s"
           variable (symbol-value variable)



reply via email to

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