diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-12 01:33:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-12 01:33:57 +0000 |
commit | a9260219432fe1d1b7baf6b0cece9d7245b5f034 (patch) | |
tree | 0d23cbb2c994b1e8ef1618c745abc9ce595e8d12 /src/emacs.c | |
parent | d5216c20030d297e977e3bddb2785c2abf50d388 (diff) | |
download | emacs-a9260219432fe1d1b7baf6b0cece9d7245b5f034.tar.gz |
(main): Fix typo in prev. change.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |