emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5ba79b0: Fix the bug number of previous commit: sho


From: Eli Zaretskii
Subject: [Emacs-diffs] master 5ba79b0: Fix the bug number of previous commit: should be bug #20159.
Date: Fri, 27 Mar 2015 09:47:44 +0000

branch: master
commit 5ba79b03f3ca5f0d9fab833e78517faeb06c4c5f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix the bug number of previous commit: should be bug #20159.
---
 nt/ChangeLog  |    2 +-
 src/ChangeLog |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nt/ChangeLog b/nt/ChangeLog
index da79681..b44988f 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,7 +1,7 @@
 2015-03-27  Eli Zaretskii  <address@hidden>
 
        * inc/ms-w32.h (BROKEN_NON_BLOCKING_CONNECT): Don't define.
-       (Bug#20207)
+       (Bug#20159)
 
 2015-03-09  Eli Zaretskii  <address@hidden>
 
diff --git a/src/ChangeLog b/src/ChangeLog
index 67e04f6..c003e44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -12,7 +12,7 @@
        fd_info member doesn't have its FILE_CONNECT flag set, ignore the
        descriptor.  Otherwise, acknowledge a successful non-blocking
        connect by resetting the FILE_CONNECT flag and setting cp->status
-       to STATUS_READ_ACKNOWLEDGED.  (Bug#20207)
+       to STATUS_READ_ACKNOWLEDGED.  (Bug#20159)
 
        * w32.h (STATUS_CONNECT_FAILED): New enumeration value.
        (struct _child_process): New member 'errcode'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]