comparison src/emacs.c @ 6814:531d6d07096a

(main): Fix typo in prev. change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 01:33:57 +0000
parents a4a33206aee4
children 2aab30ba72b4
comparison
equal deleted inserted replaced
6813:76f93e487956 6814:531d6d07096a
472 nice (emacs_priority); 472 nice (emacs_priority);
473 setuid (getuid ()); 473 setuid (getuid ());
474 #endif /* PRIO_PROCESS */ 474 #endif /* PRIO_PROCESS */
475 475
476 #ifdef EXTRA_INITIALIZE 476 #ifdef EXTRA_INITIALIZE
477 EXTRA_INITIALIZE (); 477 EXTRA_INITIALIZE;
478 #endif 478 #endif
479 479
480 inhibit_window_system = 0; 480 inhibit_window_system = 0;
481 481
482 /* Handle the -t switch, which specifies filename to use as terminal */ 482 /* Handle the -t switch, which specifies filename to use as terminal */