diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-06-20 04:16:57 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-06-20 04:16:57 +0000 |
| commit | 0de7d7143181bd763264f3ce260bf186ecdddabf (patch) | |
| tree | 43b2462df0c99baf8445f7be7e05ce5ecadb813c /lisp/calc/calc-prog.el | |
| parent | 09be88b3d39c7e2980ffbe45f1464bcb14c803b2 (diff) | |
| download | emacs-0de7d7143181bd763264f3ce260bf186ecdddabf.tar.gz | |
(calc-read-parse-table): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.
Diffstat (limited to 'lisp/calc/calc-prog.el')
| -rw-r--r-- | lisp/calc/calc-prog.el | 2 |
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) |
