]> git.eshelyaron.com Git - emacs.git/commitdiff
(Library Search): Add load-suffixes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 15:56:05 +0000 (15:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 15:56:05 +0000 (15:56 +0000)
lispref/loading.texi

index 4f64be9adfc72a4e9b786afa8def5bee6a7311a4..97cddfd8dff37e007df77ec905b2cabf14f4110d 100644 (file)
@@ -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