From b20c4725bdc15471ef8632de84489afb9ac2f810 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Wed, 20 Jun 2007 04:17:51 +0000 Subject: [PATCH] (math-compose-expr): Let math-expr-opers equal math-expr-ops. --- lisp/calc/calccomp.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2