emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calc/calc-macs.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-macs.el
Date: Mon, 18 Feb 2002 15:05:49 -0500

Index: emacs/lisp/calc/calc-macs.el
diff -c emacs/lisp/calc/calc-macs.el:1.6 emacs/lisp/calc/calc-macs.el:1.7
*** emacs/lisp/calc/calc-macs.el:1.6    Fri Nov 23 01:05:33 2001
--- emacs/lisp/calc/calc-macs.el        Mon Feb 18 15:05:49 2002
***************
*** 51,57 ****
    `(if (eq calc-display-working-message 'lots)
         (math-do-working ,msg ,arg)))
  
! (defmacro calc-with-default-simplification (body)
    `(let ((calc-simplify-mode (and (not (memq calc-simplify-mode '(none num)))
                                  calc-simplify-mode)))
       ,@body))
--- 51,57 ----
    `(if (eq calc-display-working-message 'lots)
         (math-do-working ,msg ,arg)))
  
! (defmacro calc-with-default-simplification (&rest body)
    `(let ((calc-simplify-mode (and (not (memq calc-simplify-mode '(none num)))
                                  calc-simplify-mode)))
       ,@body))



reply via email to

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