aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert2012-08-19 21:04:58 -0700
committerPaul Eggert2012-08-19 21:04:58 -0700
commitbad03192c4ed4ffc4996c331b76e506d625f134d (patch)
treeba4ace70ff9a0f5108c29b1fd2767767ebd10668 /lib-src
parentc06c96903aed621abdf215013f4ce3a09aa1e144 (diff)
downloademacs-bad03192c4ed4ffc4996c331b76e506d625f134d.tar.gz
emacs-bad03192c4ed4ffc4996c331b76e506d625f134d.zip
Clarify recent ChangeLog entry.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 464b9e37359..4e3f3424c91 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,6 +1,6 @@
12012-08-19 Paul Eggert <eggert@cs.ucla.edu> 12012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Rely on <unistd.h> to declare 'environ'. 3 Rely on <config.h> + <unistd.h> to declare 'environ'.
4 * emacsclient.c (environ): Remove decl. 4 * emacsclient.c (environ): Remove decl.
5 5
62012-08-17 Juanma Barranquero <lekktu@gmail.com> 62012-08-17 Juanma Barranquero <lekktu@gmail.com>