diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-06-20 04:17:51 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-06-20 04:17:51 +0000 |
commit | b20c4725bdc15471ef8632de84489afb9ac2f810 (patch) | |
tree | 29e992cafeb1fb069a27761a9396c4783a7ce285 /lisp/calc/calccomp.el | |
parent | 84812f0e316b6e627639453b4106c8a36c472dc9 (diff) | |
download | emacs-b20c4725bdc15471ef8632de84489afb9ac2f810.tar.gz |
(math-compose-expr): Let math-expr-opers equal math-expr-ops.
Diffstat (limited to 'lisp/calc/calccomp.el')
-rw-r--r-- | lisp/calc/calccomp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 7b385261735..3b52edecaec 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -83,6 +83,7 @@ (defun math-compose-expr (a prec) (let ((math-compose-level (1+ math-compose-level)) + (math-expr-opers (math-expr-ops)) spfn) (cond ((or (and (eq a math-comp-selected) a) |