From: Pavel Janík Date: Sat, 22 Dec 2001 14:00:05 +0000 (+0000) Subject: (main): Do not call syms_of_mocklisp. X-Git-Tag: ttn-vms-21-2-B4~17524 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43f2ddd70d736dd06611f1f38efde944cb5cb6f6;p=emacs.git (main): Do not call syms_of_mocklisp. --- 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. */