diff options
| author | Eli Zaretskii | 2012-11-05 19:25:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-05 19:25:50 +0200 |
| commit | ae600a8e8b579d77168333532ac29d6305c982d7 (patch) | |
| tree | a388dc904067a317c6175afe0f4c683fd446db77 /src | |
| parent | 53fc914f80ef833cf70bb3b43ab752f011acb4ba (diff) | |
| download | emacs-ae600a8e8b579d77168333532ac29d6305c982d7.tar.gz emacs-ae600a8e8b579d77168333532ac29d6305c982d7.zip | |
Fix last entry in src/ChangeLog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1924c08cacb..4f6edcf7a04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | * w32fns.c Include unistd.h, to avoid compiler warnings on Cygwin. | 5 | * w32fns.c Include unistd.h, to avoid compiler warnings on Cygwin. |
| 6 | (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use | 6 | (emacs_abort) [CYGWIN]: Don't call _open_osfhandle; instead, use |
| 7 | file descriptor 2 for standard error. | 7 | file descriptor 2 for standard error. (Bug#12805) |
| 8 | 8 | ||
| 9 | 2012-11-05 Chong Yidong <cyd@gnu.org> | 9 | 2012-11-05 Chong Yidong <cyd@gnu.org> |
| 10 | 10 | ||