From: Jay Belanger Date: Wed, 20 Jun 2007 04:17:27 +0000 (+0000) Subject: (calc-finish-stack-edit): Let math-expr-opers equal the function X-Git-Tag: emacs-pretest-23.0.90~12223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84812f0e316b6e627639453b4106c8a36c472dc9;p=emacs.git (calc-finish-stack-edit): Let math-expr-opers equal the function math-standard-ops rather than the variable math-standard-opers. --- diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el index abd78e5f926..a872f69d83f 100644 --- a/lisp/calc/calc-yank.el +++ b/lisp/calc/calc-yank.el @@ -559,7 +559,7 @@ To cancel the edit, simply kill the *Calc Edit* buffer." (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)