1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

Fix typos in ChangeLogs.

This commit is contained in:
Juanma Barranquero 2010-07-29 22:16:18 +02:00
parent 1c97e85793
commit 59df9fdd65
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
2010-07-29 Chad Brown <yandros@mit.edu>
2010-07-29 Chad Brown <yandros@mit.edu>
* configure.in: Check for dirent.h
* configure.in: Check for dirent.h.
2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>

View file

@ -1,6 +1,6 @@
2010-07-27 Chad Brown <yandros@mit.edu>
2010-07-29 Chad Brown <yandros@mit.edu>
* sed2v2.inp (HAVE_DIRENT_H): Edit to 1
* sed2v2.inp (HAVE_DIRENT_H): Edit to 1.
2010-07-12 Eli Zaretskii <eliz@gnu.org>

View file

@ -1,10 +1,10 @@
2010-07-27 Chad Brown <yandros@mit.edu>
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
* dired.c, sysdep.c: test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR
2010-07-29 Chad Brown <yandros@mit.edu>
Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf.
* dired.c, sysdep.c: Test HAVE_DIRENT_H instead of SYSV_SYSTEM_DIR.
* config.in: Undef HAVE_DIRENT_H.
* s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/gnu-linux.h,
s/msdos.h, s/usg5-4.h: don't define SYSV_SYSTEM_DIR
* s/msdos.h, s/usg5-4.h: Don't define SYSV_SYSTEM_DIR.
2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>