bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] Add `system-time-locale' to auto-time-stamped doc/*.texi files.


From: Thien-Thi Nguyen
Subject: [PATCH] Add `system-time-locale' to auto-time-stamped doc/*.texi files.
Date: Tue, 16 Feb 2010 15:03:30 +0100

Argh, i forgot to modify ChangeLog in the preceding patches.
I will start doing so w/ this one.

thi

________________________________________________________
>From 332ba5fe0da7fce8ae919a8bfcb5751fc9ad12fc Mon Sep 17 00:00:00 2001
From: Thien-Thi Nguyen <address@hidden>
Date: Tue, 16 Feb 2010 15:01:34 +0100
Subject: [PATCH] Add `system-time-locale' to auto-time-stamped doc/*.texi files.

* doc/maintain.texi (system-time-locale): New Emacs local variable.
* doc/standards.texi (system-time-locale): Likewise.

Signed-off-by: Thien-Thi Nguyen <address@hidden>
---
 ChangeLog          |    6 ++++++
 doc/maintain.texi  |    3 ++-
 doc/standards.texi |    3 ++-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5d82d10..1d15e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-16  Thien-Thi Nguyen  <address@hidden>
+
+       Add `system-time-locale' to auto-time-stamped doc/*.texi files.
+       * doc/maintain.texi (system-time-locale): New Emacs local variable.
+       * doc/standards.texi (system-time-locale): Likewise.
+
 2010-01-25 Pádraig Brady <address@hidden>
 
        syntax-check: detect incorrect boolean macro values in config.h
diff --git a/doc/maintain.texi b/doc/maintain.texi
index d84faba..befd80e 100644
--- a/doc/maintain.texi
+++ b/doc/maintain.texi
@@ -5,7 +5,7 @@
 @c For double-sided printing, uncomment:
 @c @setchapternewpage odd
 @c This date is automagically updated when you save this file:
address@hidden lastupdate December 12, 2009
address@hidden lastupdate February 16, 2010
 @c %**end of header
 
 @dircategory GNU organization
@@ -2067,6 +2067,7 @@ @node Index
 
 Local variables:
 eval: (add-hook 'write-file-hooks 'time-stamp)
+system-time-locale: "C"
 time-stamp-start: "@set lastupdate "
 time-stamp-start: "@set lastupdate "
 time-stamp-end: "$"
diff --git a/doc/standards.texi b/doc/standards.texi
index 53b5c63..7379371 100644
--- a/doc/standards.texi
+++ b/doc/standards.texi
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate febbraio 16, 2010
address@hidden lastupdate February 16, 2010
 @c %**end of header
 
 @dircategory GNU organization
@@ -4220,6 +4220,7 @@ @node Index
 
 Local variables:
 eval: (add-hook 'write-file-hooks 'time-stamp)
+system-time-locale: "C"
 time-stamp-start: "@set lastupdate "
 time-stamp-end: "$"
 time-stamp-format: "%:b %:d, %:y"
-- 
1.6.3.2


reply via email to

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