mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(math-compose-expr): Fix a check for language type.
This commit is contained in:
parent
bae45dc3a9
commit
1867200e45
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@
|
|||
(setq func (substring func 0 (- n)))
|
||||
(while (>= (setq n (1- n)) 0)
|
||||
(setq func (concat func " prime")))))
|
||||
(cond ((and (eq calc-language '(tex latex))
|
||||
(cond ((and (memq calc-language '(tex latex))
|
||||
(or (> (length a) 2)
|
||||
(not (math-tex-expr-is-flat (nth 1 a)))))
|
||||
(setq left "\\left( "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue