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.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Fri, 07 Oct 2005 17:18:47 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.65 emacs/lisp/calc/calc.el:1.66
*** emacs/lisp/calc/calc.el:1.65        Thu Jul 14 20:02:48 2005
--- emacs/lisp/calc/calc.el     Fri Oct  7 21:18:47 2005
***************
*** 654,659 ****
--- 654,660 ----
  (defcalcmodevar calc-matrix-mode nil
    "If `matrix', variables are assumed to be matrix-valued.
  If a number, variables are assumed to be NxN matrices.
+ If `square', variables are assumed to be square matrices of an unspecified 
size.
  If `scalar', variables are assumed to be scalar-valued.
  If nil, symbolic math routines make no assumptions about variables.")
  
***************
*** 1551,1556 ****
--- 1552,1558 ----
                     (cond ((eq calc-matrix-mode 'matrix) "Matrix ")
                           ((integerp calc-matrix-mode)
                            (format "Matrix%d " calc-matrix-mode))
+                          ((eq calc-matrix-mode 'square) "SqMatrix ")
                           ((eq calc-matrix-mode 'scalar) "Scalar ")
                           (t ""))
                     (if (eq calc-complex-mode 'polar) "Polar " "")




reply via email to

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