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


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el,v
Date: Wed, 20 Jun 2007 19:32:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/06/20 19:32:49

Index: calc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc.el,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- calc.el     20 Jun 2007 04:07:24 -0000      1.78
+++ calc.el     20 Jun 2007 19:32:49 -0000      1.79
@@ -3506,9 +3506,9 @@
         '( "2x"    *             196 195 )
         math-standard-opers))
     (cons
-     '( "*"     *             186 185 )
+     '( "*"     *             190 191 )
      (cons
-      '( "2x"    *             186 185 )
+      '( "2x"    *             190 191 )
       math-standard-opers))))
 
 (defun math-standard-ops-p ()




reply via email to

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