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: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Mon, 05 Aug 2002 05:34:12 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.14 emacs/lisp/calc/calc.el:1.15
*** emacs/lisp/calc/calc.el:1.14        Wed Jun 12 01:11:22 2002
--- emacs/lisp/calc/calc.el     Mon Aug  5 05:34:12 2002
***************
*** 2997,3004 ****
                                  c)))
      (when calc-line-numbering
        (setq c (math-comp-concat (if (eq calc-language 'big)
!                                   (when math-comp-selected
!                                     '(tag t "1:  ") "1:  ")
                                  "    ")
                                c)))
      (unless (or (equal calc-right-label "")
--- 2997,3005 ----
                                  c)))
      (when calc-line-numbering
        (setq c (math-comp-concat (if (eq calc-language 'big)
!                                   (if math-comp-selected
!                                       '(tag t "1:  ")
!                                     "1:  ")
                                  "    ")
                                c)))
      (unless (or (equal calc-right-label "")



reply via email to

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