From: Paul Eggert Date: Sun, 20 Mar 2011 23:56:23 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~513^2~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=699979fc4c93ec11005da00e983af08078831e44;p=emacs.git Add Bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index 82213687708..c97331a78e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2011-03-20 Paul Eggert - * emacs.c (Fdaemon_initialized): Do not ignore I/O errors. + * emacs.c (Fdaemon_initialized): Do not ignore I/O errors (Bug#8303). * process.c (Fmake_network_process): Use socklen_t, not int, where POSIX says socklen_t is required in portable programs.