diff options
| author | Jay Belanger | 2007-06-20 04:16:57 +0000 |
|---|---|---|
| committer | Jay Belanger | 2007-06-20 04:16:57 +0000 |
| commit | 0de7d7143181bd763264f3ce260bf186ecdddabf (patch) | |
| tree | 43b2462df0c99baf8445f7be7e05ce5ecadb813c | |
| parent | 09be88b3d39c7e2980ffbe45f1464bcb14c803b2 (diff) | |
| download | emacs-0de7d7143181bd763264f3ce260bf186ecdddabf.tar.gz emacs-0de7d7143181bd763264f3ce260bf186ecdddabf.zip | |
(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.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 @@ | |||
| 568 | (set-buffer calc-buf) | 568 | (set-buffer calc-buf) |
| 569 | (let ((calc-user-parse-tables nil) | 569 | (let ((calc-user-parse-tables nil) |
| 570 | (calc-language nil) | 570 | (calc-language nil) |
| 571 | (math-expr-opers math-standard-opers) | 571 | (math-expr-opers (math-standard-ops)) |
| 572 | (calc-hashes-used 0)) | 572 | (calc-hashes-used 0)) |
| 573 | (math-read-expr | 573 | (math-read-expr |
| 574 | (if (string-match ",[ \t]*\\'" str) | 574 | (if (string-match ",[ \t]*\\'" str) |