changeset 81472:1ae3e881bf9c

(calc-finish-stack-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:17:27 +0000
parents 46f072d4a30f
children 834afc8fa2e5
files lisp/calc/calc-yank.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-yank.el	Wed Jun 20 04:16:57 2007 +0000
+++ b/lisp/calc/calc-yank.el	Wed Jun 20 04:17:27 2007 +0000
@@ -559,7 +559,7 @@
 	  (aset str pos ?\,)))
     (switch-to-buffer calc-original-buffer)
     (let ((vals (let ((calc-language nil)
-		      (math-expr-opers math-standard-opers))
+		      (math-expr-opers (math-standard-ops)))
 		  (and (string-match "[^\n\t ]" str)
 		       (math-read-exprs str)))))
       (when (eq (car-safe vals) 'error)