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/calcalg2.el,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calcalg2.el,v
Date: Sat, 08 Dec 2007 01:02:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     07/12/08 01:02:31

Index: calc/calcalg2.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calc/calcalg2.el,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- calc/calcalg2.el    26 Jul 2007 05:26:42 -0000      1.27
+++ calc/calcalg2.el    8 Dec 2007 01:02:28 -0000       1.28
@@ -746,7 +746,7 @@
                      (setq math-integ-msg (format
                                            "Working... Integrating %s"
                                            (math-format-flat-expr expr 0)))
-                     (message math-integ-msg)))
+                     (message "%s" math-integ-msg)))
                (if math-cur-record
                    (setcar (cdr math-cur-record)
                            (if same-as-above (vector simp) 'busy))
@@ -773,7 +773,7 @@
                                                     "simplification...\n")
                              (setq val (math-integral simp 'no t))))))))
              (if (eq calc-display-working-message 'lots)
-                 (message math-integ-msg)))
+                 (message "%s" math-integ-msg)))
          (setcar (cdr math-cur-record) (or val
                                       (if (or math-enable-subst
                                               (not math-any-substs))




reply via email to

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