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: Tue, 14 Feb 2006 21:38:57 +0000

Index: emacs/lisp/calc/calc-arith.el
diff -u emacs/lisp/calc/calc-arith.el:1.25 emacs/lisp/calc/calc-arith.el:1.26
--- emacs/lisp/calc/calc-arith.el:1.25  Mon Feb 13 21:34:20 2006
+++ emacs/lisp/calc/calc-arith.el       Tue Feb 14 21:38:57 2006
@@ -334,6 +334,7 @@
             ((memq 'scalar (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-scalarp val))




reply via email to

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