diff options
| author | Richard M. Stallman | 2003-07-14 15:56:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-14 15:56:05 +0000 |
| commit | cee6bbce9c637c1621f70c48b26ff85a399b63d8 (patch) | |
| tree | fd878622a779018eec921e33d8514306765fc3ab | |
| parent | 4ff1926ee8e70170eadd1e6c1759a75aef31c226 (diff) | |
| download | emacs-cee6bbce9c637c1621f70c48b26ff85a399b63d8.tar.gz emacs-cee6bbce9c637c1621f70c48b26ff85a399b63d8.zip | |
(Library Search): Add load-suffixes.
| -rw-r--r-- | lispref/loading.texi | 6 |
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 | |||
| 286 | tells @code{locate-library} to display the file name in the echo area. | 286 | tells @code{locate-library} to display the file name in the echo area. |
| 287 | @end deffn | 287 | @end deffn |
| 288 | 288 | ||
| 289 | @defvar load-suffixes | ||
| 290 | This variable is a list of suffixes (strings) that @code{load} should | ||
| 291 | try 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 | ||