aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-14 15:56:05 +0000
committerRichard M. Stallman2003-07-14 15:56:05 +0000
commitcee6bbce9c637c1621f70c48b26ff85a399b63d8 (patch)
treefd878622a779018eec921e33d8514306765fc3ab
parent4ff1926ee8e70170eadd1e6c1759a75aef31c226 (diff)
downloademacs-cee6bbce9c637c1621f70c48b26ff85a399b63d8.tar.gz
emacs-cee6bbce9c637c1621f70c48b26ff85a399b63d8.zip
(Library Search): Add load-suffixes.
-rw-r--r--lispref/loading.texi6
1 files changed, 6 insertions, 0 deletions
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
286tells @code{locate-library} to display the file name in the echo area. 286tells @code{locate-library} to display the file name in the echo area.
287@end deffn 287@end deffn
288 288
289@defvar load-suffixes
290This variable is a list of suffixes (strings) that @code{load} should
291try adding to the specified file name. The default value is
292@code{(".el" ".elc")}. There is no need to include the null suffix.
293@end defvar
294
289@node Loading Non-ASCII 295@node Loading Non-ASCII
290@section Loading Non-@sc{ascii} Characters 296@section Loading Non-@sc{ascii} Characters
291 297