# HG changeset patch # User Jay Belanger # Date 1182313017 0 # Node ID 46f072d4a30fdc6e20d2c9137b4e5b4d96cbe6c3 # Parent 3e0c2ded3e4ab1773612e9a280a6038524768b4f (calc-read-parse-table): Let math-expr-opers equal the function math-standard-ops rather than the variable math-standard-opers. diff -r 3e0c2ded3e4a -r 46f072d4a30f lisp/calc/calc-prog.el --- 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)