emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111248: * calc/calc.el (calc-standar


From: Jay Belanger
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111248: * calc/calc.el (calc-standard-date-formats): Adjust one of the
Date: Sat, 15 Dec 2012 20:52:11 -0600
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111248
committer: Jay Belanger <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-15 20:52:11 -0600
message:
  * calc/calc.el (calc-standard-date-formats): Adjust one of the
  standard date formats.
modified:
  doc/misc/calc.texi
  lisp/ChangeLog
  lisp/calc/calc.el
=== modified file 'doc/misc/calc.texi'
--- a/doc/misc/calc.texi        2012-12-16 02:07:30 +0000
+++ b/doc/misc/calc.texi        2012-12-16 02:52:11 +0000
@@ -13792,7 +13792,7 @@
 @item 10
 @samp{ZYYY-MM-DD Www< hh:mm>} (Org mode format)
 @item 11
address@hidden< Thh:mm:ss>} (ISO-8601 week numbering format)
address@hidden<Thh:mm:ss>} (ISO-8601 week numbering format)
 @end table
 
 @node Truncating the Stack, Justification, Date Formats, Display Modes

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-12-15 13:03:17 +0000
+++ b/lisp/ChangeLog    2012-12-16 02:52:11 +0000
@@ -1,3 +1,8 @@
+2012-12-16  Jay Belanger  <address@hidden>
+
+       * calc/calc.el (calc-standard-date-formats): Adjust one of the
+       standard date formats.
+
 2012-12-15  Juri Linkov  <address@hidden>
 
        * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to

=== modified file 'lisp/calc/calc.el'
--- a/lisp/calc/calc.el 2012-12-11 02:29:21 +0000
+++ b/lisp/calc/calc.el 2012-12-16 02:52:11 +0000
@@ -789,7 +789,7 @@
     "j<, h:mm:SS>"
     "YYddd< hh:mm:ss>"
     "ZYYY-MM-DD Www< hh:mm>"
-    "IYYY-Iww-w< Thh:mm:ss>"))
+    "IYYY-Iww-w<Thh:mm:ss>"))
 
 (defcalcmodevar calc-autorange-units nil
   "If non-nil, automatically set unit prefixes to keep units in a reasonable 
range.")


reply via email to

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