Mercurial > hg > xemacs-beta
diff src/lread.c @ 4955:de64354ffcbf
turn on load-ignore-out-of-date-elc-files by default
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-01-27 Ben Wing <ben@xemacs.org>
* lread.c (vars_of_lread):
Turn on load-ignore-out-of-date-elc-files by default.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 27 Jan 2010 00:45:06 -0600 |
parents | 304aebb79cd3 |
children | 0d4c9d0f6a8d |
line wrap: on
line diff
--- a/src/lread.c Wed Jan 27 00:44:03 2010 -0600 +++ b/src/lread.c Wed Jan 27 00:45:06 2010 -0600 @@ -3407,7 +3407,7 @@ complex dependencies. Ignoring all elc files with `load-ignore-elc-files' would also be safe, but much slower. */ ); - load_ignore_out_of_date_elc_files = 0; + load_ignore_out_of_date_elc_files = 1; DEFVAR_BOOL ("load-always-display-messages", &load_always_display_messages /*