aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index df2ff08b552..6f37568ece4 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -3506,9 +3506,9 @@ See calc-keypad for details."
3506 '( "2x" * 196 195 ) 3506 '( "2x" * 196 195 )
3507 math-standard-opers)) 3507 math-standard-opers))
3508 (cons 3508 (cons
3509 '( "*" * 186 185 ) 3509 '( "*" * 190 191 )
3510 (cons 3510 (cons
3511 '( "2x" * 186 185 ) 3511 '( "2x" * 190 191 )
3512 math-standard-opers)))) 3512 math-standard-opers))))
3513 3513
3514(defun math-standard-ops-p () 3514(defun math-standard-ops-p ()