From: Richard M. Stallman Date: Mon, 14 Jul 2003 15:56:05 +0000 (+0000) Subject: (Library Search): Add load-suffixes. X-Git-Tag: ttn-vms-21-2-B4~9344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cee6bbce9c637c1621f70c48b26ff85a399b63d8;p=emacs.git (Library Search): Add load-suffixes. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index 4f64be9adfc..97cddfd8dff 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -286,6 +286,12 @@ interactively, the argument @var{interactive-call} is @code{t}, and this 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