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, 20 Sep 2004 14:44:02 -0400

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.27 emacs/lisp/calc/calc.el:1.28
*** emacs/lisp/calc/calc.el:1.27        Fri Sep 17 17:07:07 2004
--- emacs/lisp/calc/calc.el     Mon Sep 20 18:35:40 2004
***************
*** 427,433 ****
    (calc-display-strings nil
     "If non-nil, display vectors of byte-sized integers as strings.")
  
!   (calc-matrix-just 'center
     "If nil, vector elements are left-justified.
  If `right', vector elements are right-justified.
  If `center', vector elements are centered.")
--- 427,433 ----
    (calc-display-strings nil
     "If non-nil, display vectors of byte-sized integers as strings.")
  
!   (calc-matrix-just center
     "If nil, vector elements are left-justified.
  If `right', vector elements are right-justified.
  If `center', vector elements are centered.")
***************
*** 542,551 ****
    (calc-assoc-selections t
     "If non-nil, selection hides deep structure of associative formulas.")
  
!   (calc-display-working-message 'lots
     "If non-nil, display \"Working...\" for potentially slow Calculator 
commands.")
  
!   (calc-auto-why 'maybe
     "If non-nil, automatically execute a \"why\" command to explain odd 
results.")
  
    (calc-timing nil
--- 542,551 ----
    (calc-assoc-selections t
     "If non-nil, selection hides deep structure of associative formulas.")
  
!   (calc-display-working-message lots
     "If non-nil, display \"Working...\" for potentially slow Calculator 
commands.")
  
!   (calc-auto-why maybe
     "If non-nil, automatically execute a \"why\" command to explain odd 
results.")
  
    (calc-timing nil
***************
*** 554,569 ****
    (calc-mode-save-mode local)
  
    (calc-standard-date-formats
!    '("N"
!      "<H:mm:SSpp >Www Mmm D, YYYY"
!      "D Mmm YYYY<, h:mm:SS>"
!      "Www Mmm BD< hh:mm:ss> YYYY"
!      "M/D/Y< H:mm:SSpp>"
!      "D.M.Y< h:mm:SS>"
!      "M-D-Y< H:mm:SSpp>"
!      "D-M-Y< h:mm:SS>"
!      "j<, h:mm:SS>"
!      "YYddd< hh:mm:ss>"))
  
    (calc-autorange-units nil)
    
--- 554,569 ----
    (calc-mode-save-mode local)
  
    (calc-standard-date-formats
!    ("N"
!     "<H:mm:SSpp >Www Mmm D, YYYY"
!     "D Mmm YYYY<, h:mm:SS>"
!     "Www Mmm BD< hh:mm:ss> YYYY"
!     "M/D/Y< H:mm:SSpp>"
!     "D.M.Y< h:mm:SS>"
!     "M-D-Y< H:mm:SSpp>"
!     "D-M-Y< h:mm:SS>"
!     "j<, h:mm:SS>"
!     "YYddd< hh:mm:ss>"))
  
    (calc-autorange-units nil)
    




reply via email to

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