From 43f2ddd70d736dd06611f1f38efde944cb5cb6f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 22 Dec 2001 14:00:05 +0000 Subject: [PATCH] (main): Do not call syms_of_mocklisp. --- src/emacs.c | 1 - 1 file changed, 1 deletion(-) 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) syms_of_macros (); syms_of_marker (); syms_of_minibuf (); - syms_of_mocklisp (); syms_of_process (); #ifndef macintosh /* Called before init_window_once for Mac OS. */ -- 2.39.5