(math-check-known-scalarp): Make sure expression is a symbol before
checking that it is bound.
This commit is contained in:
@@ -334,6 +334,7 @@
|
||||
((memq 'scalar (nth 1 decl))
|
||||
t)
|
||||
((and (eq (car a) 'var)
|
||||
(symbolp (nth 2 a))
|
||||
(boundp (nth 2 a))
|
||||
(setq val (symbol-value (nth 2 a))))
|
||||
(math-check-known-scalarp val))
|
||||
|
||||
Reference in New Issue
Block a user