]> git.eshelyaron.com Git - emacs.git/commitdiff
(time-stamp-format): Escape open parenthesis in column 0.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 6 May 2002 00:16:04 +0000 (00:16 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 6 May 2002 00:16:04 +0000 (00:16 +0000)
lisp/ChangeLog
lisp/time-stamp.el

index c94fe9d0d57af69fd9783eb997d8dd02880711ee..85e71c65bc8b5b06089b06ea304cbdac5ed41f32 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
+
+       * time-stamp.el (time-stamp-format): Escape open parenthesis in
+       column 0.
+
 2002-05-04  Richard M. Stallman  <rms@gnu.org>
 
        * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
index 577faf80715e61ee0a780947e6fd1e0e5185b4fb..5fdebabcc79832eb7cf4c85d6efbbe9307630382 100644 (file)
@@ -54,7 +54,7 @@ A string is used verbatim except for character sequences beginning
 with %, as follows.  The values of non-numeric formatted items depend
 on the locale setting recorded in `system-time-locale' and
 `locale-coding-system'.  The examples here are for the default
-(`C') locale.
+\(`C') locale.
 
 %:a  weekday name: `Monday'.           %#A gives uppercase: `MONDAY'
 %3a  abbreviated weekday: `Mon'.       %3A gives uppercase: `MON'