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: Mon, 31 Jan 2005 01:29:40 -0500

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.45 emacs/lisp/calc/calc.el:1.46
*** emacs/lisp/calc/calc.el:1.45        Tue Jan 18 18:30:39 2005
--- emacs/lisp/calc/calc.el     Mon Jan 31 06:29:39 2005
***************
*** 405,410 ****
--- 405,411 ----
    pascal      Use Pascal language notation.
    fortran     Use Fortran language notation.
    tex         Use TeX notation.
+   latex         Use LaTeX notation.
    eqn         Use eqn notation.
    math                Use Mathematica(tm) notation.
    maple               Use Maple notation.")
***************
*** 704,709 ****
--- 705,711 ----
  (defvar math-eval-rules-cache-tag t)
  (defvar math-radix-explicit-format t)
  (defvar math-expr-function-mapping nil)
+ (defvar math-expr-special-function-mapping nil)
  (defvar math-expr-variable-mapping nil)
  (defvar math-read-expr-quotes nil)
  (defvar math-working-step nil)
***************
*** 1368,1373 ****
--- 1370,1376 ----
                     (if calc-leading-zeros "Zero " "")
                     (cond ((null calc-language) "")
                           ((eq calc-language 'tex) "TeX ")
+                          ((eq calc-language 'latex) "LaTeX ")
                           (t (concat
                               (capitalize (symbol-name calc-language))
                               " ")))




reply via email to

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