comparison 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
comparison
equal deleted inserted replaced
4954:70e8a00896e9 4955:de64354ffcbf
3405 *Whether `load' should ignore out-of-date `.elc' files when no suffix is given. 3405 *Whether `load' should ignore out-of-date `.elc' files when no suffix is given.
3406 This is normally used when compiling packages of elisp files that may have 3406 This is normally used when compiling packages of elisp files that may have
3407 complex dependencies. Ignoring all elc files with `load-ignore-elc-files' 3407 complex dependencies. Ignoring all elc files with `load-ignore-elc-files'
3408 would also be safe, but much slower. 3408 would also be safe, but much slower.
3409 */ ); 3409 */ );
3410 load_ignore_out_of_date_elc_files = 0; 3410 load_ignore_out_of_date_elc_files = 1;
3411 3411
3412 DEFVAR_BOOL ("load-always-display-messages", 3412 DEFVAR_BOOL ("load-always-display-messages",
3413 &load_always_display_messages /* 3413 &load_always_display_messages /*
3414 *Whether `load' should always display loading messages. 3414 *Whether `load' should always display loading messages.
3415 If this is true, every file loaded will be shown, regardless of the setting 3415 If this is true, every file loaded will be shown, regardless of the setting