Mercurial > emacs
diff lispref/loading.texi @ 51915:ac3f1b24be99
(Library Search): Add load-suffixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Jul 2003 15:56:05 +0000 |
parents | 0a1f20d3fa89 |
children | 695cf19ef79e |
line wrap: on
line diff
--- a/lispref/loading.texi Mon Jul 14 15:55:32 2003 +0000 +++ b/lispref/loading.texi Mon Jul 14 15:56:05 2003 +0000 @@ -286,6 +286,12 @@ tells @code{locate-library} to display the file name in the echo area. @end deffn +@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{(".el" ".elc")}. There is no need to include the null suffix. +@end defvar + @node Loading Non-ASCII @section Loading Non-@sc{ascii} Characters