summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2007-06-20 04:16:57 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2007-06-20 04:16:57 +0000
commit0de7d7143181bd763264f3ce260bf186ecdddabf (patch)
tree43b2462df0c99baf8445f7be7e05ce5ecadb813c
parent09be88b3d39c7e2980ffbe45f1464bcb14c803b2 (diff)
downloademacs-0de7d7143181bd763264f3ce260bf186ecdddabf.tar.gz
(calc-read-parse-table): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.
-rw-r--r--lisp/calc/calc-prog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el
index 4dff6f04013..cacad666772 100644
--- a/lisp/calc/calc-prog.el
+++ b/lisp/calc/calc-prog.el
@@ -568,7 +568,7 @@
(set-buffer calc-buf)
(let ((calc-user-parse-tables nil)
(calc-language nil)
- (math-expr-opers math-standard-opers)
+ (math-expr-opers (math-standard-ops))
(calc-hashes-used 0))
(math-read-expr
(if (string-match ",[ \t]*\\'" str)