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


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

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

Index: calc-units.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-units.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- calc-units.el       17 Aug 2007 19:55:46 -0000      1.30
+++ calc-units.el       26 Sep 2007 00:08:16 -0000      1.31
@@ -752,7 +752,7 @@
                                        (list (cons (car x) 1))))))
                          combined-units))
        (let ((math-units-table tab))
-         (mapcar 'math-find-base-units tab))
+         (mapc 'math-find-base-units tab))
        (message "Building units table...done")
        (setq math-units-table tab))))
 




reply via email to

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