diff src/emacs.c @ 3466:4d52aea479a2

[xemacs-hg @ 2006-06-21 17:30:33 by james] Fix various problems found by static checkers. Also, but back the CURCHARSIZE macro in window.c to preserve the abstraction. <m3mzc6wh85.fsf_-_@jerrypc.cs.usu.edu>
author james
date Wed, 21 Jun 2006 17:30:37 +0000
parents 374186f156d5
children 461fdb92f3b6
line wrap: on
line diff
--- a/src/emacs.c	Tue Jun 20 21:51:21 2006 +0000
+++ b/src/emacs.c	Wed Jun 21 17:30:37 2006 +0000
@@ -1395,7 +1395,7 @@
       inhibit_site_modules   = inhibit_site_modules_save;
 
       if (initialized)
-	run_temacs_argc = restart ? -2 : -1;
+	run_temacs_argc = -1;
       else
 	purify_flag = 1;
     }