Mercurial > emacs
changeset 81468:e262340dcd6e
(calc-embedded-finish-edit): 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:13:06 +0000 |
parents | a90e4a0758e3 |
children | 03461dd3e801 |
files | lisp/calc/calc-embed.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-embed.el Wed Jun 20 04:12:15 2007 +0000 +++ b/lisp/calc/calc-embed.el Wed Jun 20 04:13:06 2007 +0000 @@ -403,7 +403,7 @@ (let ((val (save-excursion (set-buffer (aref info 1)) (let ((calc-language nil) - (math-expr-opers math-standard-opers)) + (math-expr-opers (math-standard-ops))) (math-read-expr str))))) (if (eq (car-safe val) 'error) (progn