diff options
| author | Juanma Barranquero | 2012-11-05 18:29:30 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-11-05 18:29:30 +0100 |
| commit | 8e2417bfc0d0b3cfb5c47e388c7dd7e1276bd54c (patch) | |
| tree | c2671b8850b4a1c74a006fc9c404efc1903d81d2 /src | |
| parent | ae600a8e8b579d77168333532ac29d6305c982d7 (diff) | |
| download | emacs-8e2417bfc0d0b3cfb5c47e388c7dd7e1276bd54c.tar.gz emacs-8e2417bfc0d0b3cfb5c47e388c7dd7e1276bd54c.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f6edcf7a04..752f14d7185 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h. | 3 | * makefile.w32-in ($(BLD)/w32fns.$(O)): Depend on $(NT_INC)/unistd.h. |
| 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. (Bug#12805) | 7 | file descriptor 2 for standard error. (Bug#12805) |
| 8 | 8 | ||
| @@ -827,7 +827,7 @@ | |||
| 827 | now a supported configuration. | 827 | now a supported configuration. |
| 828 | 828 | ||
| 829 | * Makefile.in: consolidate image variables into LIBIMAGE; add | 829 | * Makefile.in: consolidate image variables into LIBIMAGE; add |
| 830 | W32_OBJ and W32_LIBS. Compile new files. | 830 | W32_OBJ and W32_LIBS. Compile new files. |
| 831 | 831 | ||
| 832 | * conf_post.h: | 832 | * conf_post.h: |
| 833 | (_DebPrint) declare tracing facility for W32 debugging. We need | 833 | (_DebPrint) declare tracing facility for W32 debugging. We need |