From: Dan Nicolaescu Date: Thu, 6 May 2010 19:40:02 +0000 (-0700) Subject: * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aca004303d7fe01ebe33b902b3dd45e21552175f;p=emacs.git * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused. --- diff --git a/src/ChangeLog b/src/ChangeLog index fca76174d33..3c0270e1fc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-05-06 Dan Nicolaescu + * 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. diff --git a/src/emacs.c b/src/emacs.c index 06c686d9950..6b19b45d0b0 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1582,9 +1582,7 @@ main (int argc, char **argv) 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 ();