]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify recent ChangeLog entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Aug 2012 04:04:58 +0000 (21:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Aug 2012 04:04:58 +0000 (21:04 -0700)
lib-src/ChangeLog
src/ChangeLog

index 464b9e373592dfe6b585dc363785c475e2013666..4e3f3424c91f4ba67006ce433ecd439b21628189 100644 (file)
@@ -1,6 +1,6 @@
 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Rely on <unistd.h> to declare 'environ'.
+       Rely on <config.h> + <unistd.h> to declare 'environ'.
        * emacsclient.c (environ): Remove decl.
 
 2012-08-17  Juanma Barranquero  <lekktu@gmail.com>
index 93f522519a1c0cce33135b0100882f5bb10be228..8cffccdad37ea9af99a14b5a9db5820426760542 100644 (file)
@@ -4,7 +4,7 @@
 
 2012-08-19  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Rely on <unistd.h> to declare 'environ',
+       Rely on <config.h> + <unistd.h> to declare 'environ',
        as gnulib does this if the system doesn't.
        * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
        * emacs.c (environ) [DOUG_LEA_MALLOC]: