Mercurial > hg > xemacs-beta
diff src/alloc.c @ 233:52952cbfc5b5 r20-5b15
Import from CVS: tag r20-5b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:14 +0200 |
parents | 78478c60bfcd |
children | f220cc83d72e |
line wrap: on
line diff
--- a/src/alloc.c Mon Aug 13 10:13:49 2007 +0200 +++ b/src/alloc.c Mon Aug 13 10:14:14 2007 +0200 @@ -4192,7 +4192,10 @@ Vexec_path = Qnil; Vload_path = Qnil; /* Vdump_load_path = Qnil; */ +#if defined(LOADHIST) && !(defined(LOADHIST_DUMPED) || \ + defined(LOADHIST_BUILTIN)) Vload_history = Qnil; +#endif Vshell_file_name = Qnil; garbage_collect_1 ();