Mercurial > emacs
changeset 66998:000894594800
(Library Search): Update the default value of `load-suffixes'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 19 Nov 2005 03:34:32 +0000 |
parents | 05bf33a891c0 |
children | 1dd15c8aa21e |
files | lispref/loading.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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