summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2007-06-20 04:13:06 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2007-06-20 04:13:06 +0000
commit2a6f048c0f85a345a69e9f111a637770eaabb361 (patch)
tree9eb79c3dd43c4b4d1e3429fdf4bd6d9ab623d101 /lisp/calc
parent16819e4854be13e976bd8845c46562ccec3ffe5b (diff)
downloademacs-2a6f048c0f85a345a69e9f111a637770eaabb361.tar.gz
(calc-embedded-finish-edit): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-embed.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el
index a064905943f..f31c19e3390 100644
--- a/lisp/calc/calc-embed.el
+++ b/lisp/calc/calc-embed.el
@@ -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