Mercurial > emacs
changeset 81471:46f072d4a30f
(calc-read-parse-table): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Wed, 20 Jun 2007 04:16:57 +0000 |
parents | 3e0c2ded3e4a |
children | 1ae3e881bf9c |
files | lisp/calc/calc-prog.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-prog.el Wed Jun 20 04:15:12 2007 +0000 +++ b/lisp/calc/calc-prog.el Wed Jun 20 04:16:57 2007 +0000 @@ -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)