projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37320a5
)
(math-standard-ops): Fix precedence of multiplication.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Wed, 20 Jun 2007 19:32:49 +0000
(19:32 +0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Wed, 20 Jun 2007 19:32:49 +0000
(19:32 +0000)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index df2ff08b55283d4af6fc08e8ace29006c5160fe8..6f37568ece4917756e5e2b9b865a6022fa0af5d2 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-3506,9
+3506,9
@@
See calc-keypad for details."
'( "2x" * 196 195 )
math-standard-opers))
(cons
- '( "*" * 1
86 185
)
+ '( "*" * 1
90 191
)
(cons
- '( "2x" * 1
86 185
)
+ '( "2x" * 1
90 191
)
math-standard-opers))))
(defun math-standard-ops-p ()