# HG changeset patch # User Jay Belanger # Date 1182313047 0 # Node ID 1ae3e881bf9c4314d6e58e83ffd50ebce51613c3 # Parent 46f072d4a30fdc6e20d2c9137b4e5b4d96cbe6c3 (calc-finish-stack-edit): Let math-expr-opers equal the function math-standard-ops rather than the variable math-standard-opers. diff -r 46f072d4a30f -r 1ae3e881bf9c lisp/calc/calc-yank.el --- 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)