From: Richard M. Stallman Date: Tue, 12 Apr 1994 01:33:57 +0000 (+0000) Subject: (main): Fix typo in prev. change. X-Git-Tag: emacs-19.34~9039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9260219432fe1d1b7baf6b0cece9d7245b5f034;p=emacs.git (main): Fix typo in prev. change. --- diff --git a/src/emacs.c b/src/emacs.c index 9d06f901360..42d11f87564 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -474,7 +474,7 @@ main (argc, argv, envp) #endif /* PRIO_PROCESS */ #ifdef EXTRA_INITIALIZE - EXTRA_INITIALIZE (); + EXTRA_INITIALIZE; #endif inhibit_window_system = 0;