aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc-arith.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el
index a5f25e2464e..ec09ae29318 100644
--- a/lisp/calc/calc-arith.el
+++ b/lisp/calc/calc-arith.el
@@ -334,6 +334,7 @@
334 ((memq 'scalar (nth 1 decl)) 334 ((memq 'scalar (nth 1 decl))
335 t) 335 t)
336 ((and (eq (car a) 'var) 336 ((and (eq (car a) 'var)
337 (symbolp (nth 2 a))
337 (boundp (nth 2 a)) 338 (boundp (nth 2 a))
338 (setq val (symbol-value (nth 2 a)))) 339 (setq val (symbol-value (nth 2 a))))
339 (math-check-known-scalarp val)) 340 (math-check-known-scalarp val))