Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3465:af932b7bc2ee | 3466:4d52aea479a2 |
---|---|
1393 debug_paths = debug_paths_save; | 1393 debug_paths = debug_paths_save; |
1394 inhibit_site_lisp = inhibit_site_lisp_save; | 1394 inhibit_site_lisp = inhibit_site_lisp_save; |
1395 inhibit_site_modules = inhibit_site_modules_save; | 1395 inhibit_site_modules = inhibit_site_modules_save; |
1396 | 1396 |
1397 if (initialized) | 1397 if (initialized) |
1398 run_temacs_argc = restart ? -2 : -1; | 1398 run_temacs_argc = -1; |
1399 else | 1399 else |
1400 purify_flag = 1; | 1400 purify_flag = 1; |
1401 } | 1401 } |
1402 #else /* not PDUMP */ | 1402 #else /* not PDUMP */ |
1403 if (!initialized) | 1403 if (!initialized) |