summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calccomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index 73e745bcf75..d8ad7e2cede 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -87,8 +87,7 @@
sn)))
(defun math-compose-expr (a prec)
- (let ((calc-multiplication-has-precedence nil)
- (math-compose-level (1+ math-compose-level))
+ (let ((math-compose-level (1+ math-compose-level))
(math-expr-opers (math-expr-ops))
spfn)
(cond