# HG changeset patch # User Richard M. Stallman # Date 1058198165 0 # Node ID ac3f1b24be99a2eec00b6aa86042aabe588b1a5b # Parent 9cd313749c97711c514d03628795c671a85ab020 (Library Search): Add load-suffixes. diff -r 9cd313749c97 -r ac3f1b24be99 lispref/loading.texi --- 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