aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-05-06 12:40:02 -0700
committerDan Nicolaescu2010-05-06 12:40:02 -0700
commitaca004303d7fe01ebe33b902b3dd45e21552175f (patch)
treea9c5af171353bce43a06b0b000e4c67883ba0a18 /src
parentd43c06d68b82703ced7f2624245d8b45fd3c01fd (diff)
downloademacs-aca004303d7fe01ebe33b902b3dd45e21552175f.tar.gz
emacs-aca004303d7fe01ebe33b902b3dd45e21552175f.zip
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/emacs.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fca76174d33..3c0270e1fc4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-05-06 Dan Nicolaescu <dann@ics.uci.edu> 12010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
4
3 * Makefile.in (STARTFILES): Conditionally define to make the usage clear. 5 * Makefile.in (STARTFILES): Conditionally define to make the usage clear.
4 * s/gnu.h (START_FILES): Remove empty definition. 6 * s/gnu.h (START_FILES): Remove empty definition.
5 7
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)
1582 syms_of_ccl (); 1582 syms_of_ccl ();
1583 syms_of_character (); 1583 syms_of_character ();
1584 syms_of_cmds (); 1584 syms_of_cmds ();
1585#ifndef NO_DIR_LIBRARY
1586 syms_of_dired (); 1585 syms_of_dired ();
1587#endif /* not NO_DIR_LIBRARY */
1588 syms_of_display (); 1586 syms_of_display ();
1589 syms_of_doc (); 1587 syms_of_doc ();
1590 syms_of_editfns (); 1588 syms_of_editfns ();