Mercurial > emacs
changeset 108272:87980e1e3597
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 06 May 2010 12:40:02 -0700 |
parents | bfec7501a1f0 |
children | de8de918fbab |
files | src/ChangeLog src/emacs.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu May 06 09:18:33 2010 -0700 +++ b/src/ChangeLog Thu May 06 12:40:02 2010 -0700 @@ -1,5 +1,7 @@ 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu> + * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused. + * Makefile.in (STARTFILES): Conditionally define to make the usage clear. * s/gnu.h (START_FILES): Remove empty definition.
--- a/src/emacs.c Thu May 06 09:18:33 2010 -0700 +++ b/src/emacs.c Thu May 06 12:40:02 2010 -0700 @@ -1582,9 +1582,7 @@ syms_of_ccl (); syms_of_character (); syms_of_cmds (); -#ifndef NO_DIR_LIBRARY syms_of_dired (); -#endif /* not NO_DIR_LIBRARY */ syms_of_display (); syms_of_doc (); syms_of_editfns ();