diff lisp/calc/calc-embed.el @ 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 1154f082efd9
children b98604865ea0 988f1edc9674
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