(calc-embedded-finish-edit): Let math-expr-opers equal the function
math-standard-ops rather than the variable math-standard-opers.
This commit is contained in:
parent
16819e4854
commit
2a6f048c0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue