Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb90d844
Commit
eb90d844
authored
Feb 14, 2006
by
Jay Belanger
Browse files
(math-check-known-scalarp): Make sure expression is a symbol before
checking that it is bound.
parent
1324d26e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/calc/calc-arith.el
lisp/calc/calc-arith.el
+1
-0
No files found.
lisp/calc/calc-arith.el
View file @
eb90d844
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment