changeset 51915:ac3f1b24be99

(Library Search): Add load-suffixes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jul 2003 15:56:05 +0000
parents 9cd313749c97
children f7b97d07a39c
files lispref/loading.texi
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
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