diff options
| author | Dan Nicolaescu | 2010-05-06 12:40:02 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-05-06 12:40:02 -0700 |
| commit | aca004303d7fe01ebe33b902b3dd45e21552175f (patch) | |
| tree | a9c5af171353bce43a06b0b000e4c67883ba0a18 /src | |
| parent | d43c06d68b82703ced7f2624245d8b45fd3c01fd (diff) | |
| download | emacs-aca004303d7fe01ebe33b902b3dd45e21552175f.tar.gz emacs-aca004303d7fe01ebe33b902b3dd45e21552175f.zip | |
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/emacs.c | 2 |
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 @@ | |||
| 1 | 2010-05-06 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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 (); |