Mercurial > hg > xemacs-beta
diff src/alloc.c @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | c42ec1d1cded |
children | c9fe270a4101 |
line wrap: on
line diff
--- a/src/alloc.c Mon Aug 13 10:35:07 2007 +0200 +++ b/src/alloc.c Mon Aug 13 10:35:54 2007 +0200 @@ -693,7 +693,6 @@ #endif #ifndef HAVE_TOOLBARS lrecord_toolbar_button = 208, - lrecord_toolbar_data = 209, #endif #ifndef HAVE_TOOLTALK lrecord_tooltalk_message = 210, @@ -4315,6 +4314,8 @@ Vexec_path = Qnil; Vload_path = Qnil; /* Vdump_load_path = Qnil; */ + uncache_home_directory(); + #if defined(LOADHIST) && !(defined(LOADHIST_DUMPED) || \ defined(LOADHIST_BUILTIN)) Vload_history = Qnil;