# HG changeset patch # User Luc Teirlinck # Date 1132371272 0 # Node ID 0008945948009c852063f378433cce917f7a3db9 # Parent 05bf33a891c0be8928edf05010884b3c4832618a (Library Search): Update the default value of `load-suffixes'. diff -r 05bf33a891c0 -r 000894594800 lispref/loading.texi --- a/lispref/loading.texi Sat Nov 19 03:32:24 2005 +0000 +++ b/lispref/loading.texi Sat Nov 19 03:34:32 2005 +0000 @@ -291,7 +291,8 @@ @defvar load-suffixes This variable is a list of suffixes (strings) that @code{load} should try adding to the specified file name. The default value is -@code{(".elc" ".el")}. There is no need to include the null suffix. +@code{(".elc" ".elc.gz" ".el" ".el.gz" ".gz")}. There is no need to +include the null suffix. @end defvar @node Loading Non-ASCII