diff options
author | Miles Bader <miles@gnu.org> | 2008-01-30 08:29:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-01-30 08:29:16 +0000 |
commit | 9fab8546840e884c123fdd57a4016a79ec8f7a3d (patch) | |
tree | 231fcdf56bd421022636c11304db0f0423fd6ffc /src/emacs.c | |
parent | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (diff) | |
download | emacs-9fab8546840e884c123fdd57a4016a79ec8f7a3d.tar.gz |
Fix merge mistake
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-325
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 839582a3bf3..50230b653d2 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1559,7 +1559,6 @@ main (argc, argv for the sake of symbols like error-message. */ /* Called before init_window_once for Mac OS Classic. */ syms_of_data (); -#endif syms_of_chartab (); syms_of_lread (); syms_of_print (); @@ -1575,7 +1574,6 @@ main (argc, argv syms_of_callproc (); syms_of_category (); syms_of_ccl (); -#endif syms_of_character (); syms_of_cmds (); #ifndef NO_DIR_LIBRARY |