From: Jay Belanger Date: Wed, 20 Jun 2007 04:16:57 +0000 (+0000) Subject: (calc-read-parse-table): Let math-expr-opers equal the function X-Git-Tag: emacs-pretest-23.0.90~12224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0de7d7143181bd763264f3ce260bf186ecdddabf;p=emacs.git (calc-read-parse-table): Let math-expr-opers equal the function math-standard-ops rather than the variable math-standard-opers. --- 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)