]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 6 May 2010 19:40:02 +0000 (12:40 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 6 May 2010 19:40:02 +0000 (12:40 -0700)
src/ChangeLog
src/emacs.c

index fca76174d33666d6ec7a788b89749a579e26e6a5..3c0270e1fc4c63442839105445271a52b95053d5 100644 (file)
@@ -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.
 
index 06c686d9950e128d33a0ac05c2e58c6962810bb5..6b19b45d0b0a0f25f8ad8221109eebde0eba4eec 100644 (file)
@@ -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 ();