From: Paul Eggert Date: Mon, 20 Aug 2012 04:04:58 +0000 (-0700) Subject: Clarify recent ChangeLog entry. X-Git-Tag: emacs-24.2.90~601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bad03192c4ed4ffc4996c331b76e506d625f134d;p=emacs.git Clarify recent ChangeLog entry. --- 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 @@ 2012-08-19 Paul Eggert - Rely on to declare 'environ'. + Rely on + to declare 'environ'. * emacsclient.c (environ): Remove decl. 2012-08-17 Juanma Barranquero diff --git a/src/ChangeLog b/src/ChangeLog index 93f522519a1..8cffccdad37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,7 +4,7 @@ 2012-08-19 Paul Eggert - Rely on to declare 'environ', + Rely on + 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]: