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, 13 Feb 2006 21:34:20 +0000

Index: emacs/lisp/calc/calc-arith.el
diff -u emacs/lisp/calc/calc-arith.el:1.24 emacs/lisp/calc/calc-arith.el:1.25
--- emacs/lisp/calc/calc-arith.el:1.24  Sun Feb  5 16:17:56 2006
+++ emacs/lisp/calc/calc-arith.el       Mon Feb 13 21:34:20 2006
@@ -362,6 +362,7 @@
             ((memq 'matrix (nth 1 decl))
              t)
             ((and (eq (car a) 'var)
+                  (symbolp (nth 2 a))
                   (boundp (nth 2 a))
                   (setq val (symbol-value (nth 2 a))))
              (math-check-known-matrixp val))




reply via email to

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