aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-12-22 14:00:05 +0000
committerPavel Janík2001-12-22 14:00:05 +0000
commit43f2ddd70d736dd06611f1f38efde944cb5cb6f6 (patch)
treef5a012250c6429739d8bca628bb35a626801031b /src
parentacc5eb0c4a46b218235aa3504a6e888748fd42ef (diff)
downloademacs-43f2ddd70d736dd06611f1f38efde944cb5cb6f6.tar.gz
emacs-43f2ddd70d736dd06611f1f38efde944cb5cb6f6.zip
(main): Do not call syms_of_mocklisp.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index bf7f9a5f977..826e00b7058 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1428,7 +1428,6 @@ main (argc, argv, envp)
1428 syms_of_macros (); 1428 syms_of_macros ();
1429 syms_of_marker (); 1429 syms_of_marker ();
1430 syms_of_minibuf (); 1430 syms_of_minibuf ();
1431 syms_of_mocklisp ();
1432 syms_of_process (); 1431 syms_of_process ();
1433#ifndef macintosh 1432#ifndef macintosh
1434 /* Called before init_window_once for Mac OS. */ 1433 /* Called before init_window_once for Mac OS. */