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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-stuff.el,v
Date: Wed, 26 Sep 2007 00:07:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:07:37

Index: calc-stuff.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-stuff.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- calc-stuff.el       26 Jul 2007 05:26:41 -0000      1.18
+++ calc-stuff.el       26 Sep 2007 00:07:37 -0000      1.19
@@ -191,7 +191,7 @@
         math-eval-rules-cache-tag t
         math-format-date-cache nil
         math-holidays-cache-tag t)
-   (mapcar (function (lambda (x) (set x -100))) math-cache-list)
+   (mapc (function (lambda (x) (set x -100))) math-cache-list)
    (unless inhibit-msg
      (message "All internal calculator caches have been reset"))))
 




reply via email to

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