From: Markus Rost Date: Mon, 6 May 2002 00:16:04 +0000 (+0000) Subject: (time-stamp-format): Escape open parenthesis in column 0. X-Git-Tag: ttn-vms-21-2-B4~15177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b70b30b5906fe42e417772ca4d5eb47803633db;p=emacs.git (time-stamp-format): Escape open parenthesis in column 0. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c94fe9d0d57..85e71c65bc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-05-05 Markus Rost + + * time-stamp.el (time-stamp-format): Escape open parenthesis in + column 0. + 2002-05-04 Richard M. Stallman * toolbar/tool-bar.el (tool-bar-local-item-from-menu): diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index 577faf80715..5fdebabcc79 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -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'