Mercurial > emacs
diff src/lread.c @ 47839:8d4ba9addc8e
*** empty log message ***
| author | Markus Rost <rost@math.uni-bielefeld.de> |
|---|---|
| date | Fri, 11 Oct 2002 05:38:53 +0000 |
| parents | 04a4d5eda995 |
| children | dd601595b35d |
line wrap: on
line diff
--- a/src/lread.c Fri Oct 11 02:27:30 2002 +0000 +++ b/src/lread.c Fri Oct 11 05:38:53 2002 +0000 @@ -641,7 +641,8 @@ DEFUN ("load", Fload, Sload, 1, 5, 0, doc: /* Execute a file of Lisp code named FILE. First try FILE with `.elc' appended, then try with `.el', - then try FILE unmodified. Environment variable references in FILE + then try FILE unmodified (the exact suffixes are determined by +`load-suffixes'). Environment variable references in FILE are replaced with their values by calling `substitute-in-file-name'. This function searches the directories in `load-path'. If optional second arg NOERROR is non-nil,
