From cee6bbce9c637c1621f70c48b26ff85a399b63d8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 14 Jul 2003 15:56:05 +0000 Subject: [PATCH] (Library Search): Add load-suffixes. --- lispref/loading.texi | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2