changeset 81473:834afc8fa2e5

(math-compose-expr): Let math-expr-opers equal math-expr-ops.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 20 Jun 2007 04:17:51 +0000
parents 1ae3e881bf9c
children 51869b1d11fd
files lisp/calc/calccomp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calccomp.el	Wed Jun 20 04:17:27 2007 +0000
+++ b/lisp/calc/calccomp.el	Wed Jun 20 04:17:51 2007 +0000
@@ -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)