summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-21 10:55:36 +0000
committerJim Meyering <jim@meyering.net>2001-10-21 10:55:36 +0000
commit32dae2b491da32849561c38cfd3b3fd9fbc376b4 (patch)
tree5a744b250b2277320ff85c9c6a98852d776c4861
parent282ed2051d3acb21631474cde7d3ea2eb24756dc (diff)
downloadgnulib-32dae2b491da32849561c38cfd3b3fd9fbc376b4.tar.gz
*** empty log message ***
-rw-r--r--lib/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2076db9708..5c27177260 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,6 +3,7 @@
* obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
this code would end up calling gettext even in packages built
with --disable-nls.
+ * getopt.c (_): Likewise.
2001-10-20 Paul Eggert <eggert@twinsun.com>