]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-read-parse-table): Let math-expr-opers equal the function
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 20 Jun 2007 04:16:57 +0000 (04:16 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 20 Jun 2007 04:16:57 +0000 (04:16 +0000)
math-standard-ops rather than the variable math-standard-opers.

lisp/calc/calc-prog.el

index 4dff6f0401392dd7f0f853c5adcde3a39b7aff84..cacad6667727d1e3943384a7a94d4ec2bf0be253 100644 (file)
                          (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)