projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
702dbfd
)
(math-read-token): Fix misplaced parentheses.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Sat, 29 Dec 2007 00:23:41 +0000
(
00:23
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Sat, 29 Dec 2007 00:23:41 +0000
(
00:23
+0000)
lisp/calc/calc-aent.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-aent.el
b/lisp/calc/calc-aent.el
index 5b93a544397c85a2244ed1aa4a67d9441f9f4af7..22022d8b0ce1912d424c70ff5a8c64e5232c8529 100644
(file)
--- a/
lisp/calc/calc-aent.el
+++ b/
lisp/calc/calc-aent.el
@@
-775,9
+775,9
@@
in Calc algebraic input.")
(setq math-exp-token 'string
math-expr-data (math-match-substring math-exp-str 1)
math-exp-pos (match-end 0)))
- ((and (setq adfn (get calc-language 'math-lang-read))
)
+ ((and (setq adfn (get calc-language 'math-lang-read))
(eval (nth 0 adfn))
- (eval (nth 1 adfn)))
+ (eval (nth 1 adfn)))
)
((eq (string-match "%%.*$" math-exp-str math-exp-pos) math-exp-pos)
(setq math-exp-pos (match-end 0))
(math-read-token))