emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calccomp.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calccomp.el
Date: Tue, 08 Feb 2005 00:02:09 -0500

Index: emacs/lisp/calc/calccomp.el
diff -c emacs/lisp/calc/calccomp.el:1.10 emacs/lisp/calc/calccomp.el:1.11
*** emacs/lisp/calc/calccomp.el:1.10    Sun Feb  6 16:20:46 2005
--- emacs/lisp/calc/calccomp.el Tue Feb  8 05:02:09 2005
***************
*** 908,914 ****
                       (setq func (substring func 0 (- n)))
                       (while (>= (setq n (1- n)) 0)
                         (setq func (concat func " prime")))))
!                (cond ((and (eq calc-language '(tex latex))
                             (or (> (length a) 2)
                                 (not (math-tex-expr-is-flat (nth 1 a)))))
                        (setq left "\\left( "
--- 908,914 ----
                       (setq func (substring func 0 (- n)))
                       (while (>= (setq n (1- n)) 0)
                         (setq func (concat func " prime")))))
!                (cond ((and (memq calc-language '(tex latex))
                             (or (> (length a) 2)
                                 (not (math-tex-expr-is-flat (nth 1 a)))))
                        (setq left "\\left( "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]