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/emacs.c | |
| parent | d43c06d68b82703ced7f2624245d8b45fd3c01fd (diff) | |
| download | emacs-aca004303d7fe01ebe33b902b3dd45e21552175f.tar.gz emacs-aca004303d7fe01ebe33b902b3dd45e21552175f.zip | |
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 (); |