diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-19 03:34:32 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-19 03:34:32 +0000 |
commit | f70494599726c6fb491e71a43b392b30b071ce23 (patch) | |
tree | 138a081fe65f76d953819e203b23bf81f32c894f | |
parent | ff04c885dd770feb7fa5e9a62459d0d79adbe72a (diff) | |
download | emacs-f70494599726c6fb491e71a43b392b30b071ce23.tar.gz emacs-f70494599726c6fb491e71a43b392b30b071ce23.tar.bz2 emacs-f70494599726c6fb491e71a43b392b30b071ce23.zip |
(Library Search): Update the default value of `load-suffixes'.
-rw-r--r-- | lispref/loading.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index a9f3913bb84..260b96f6ccf 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -291,7 +291,8 @@ tells @code{locate-library} to display the file name in the echo area. @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 |