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/calc-arith.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-arith.el
Date: Mon, 10 Oct 2005 15:59:18 -0400

Index: emacs/lisp/calc/calc-arith.el
diff -c emacs/lisp/calc/calc-arith.el:1.17 emacs/lisp/calc/calc-arith.el:1.18
*** emacs/lisp/calc/calc-arith.el:1.17  Mon Oct 10 19:37:33 2005
--- emacs/lisp/calc/calc-arith.el       Mon Oct 10 19:59:18 2005
***************
*** 383,390 ****
             (cond
              ((memq 'sqmatrix (nth 1 decl))
               t)
-             ((memq 'matrix (nth 1 decl))
-              nil)
              ((and (eq (car a) 'var)
                    (boundp (nth 2 a))
                    (setq val (symbol-value (nth 2 a))))
--- 383,388 ----
***************
*** 394,399 ****
--- 392,399 ----
                     (eq calc-matrix-mode 'sqmatrix))
                    (eq (car-safe a) 'var))
               t)
+             ((memq 'matrix (nth 1 decl))
+              nil)
              (t
               nil))))))
  




reply via email to

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