diff options
| author | Stefan Monnier | 2000-03-24 20:25:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-03-24 20:25:34 +0000 |
| commit | 7973e637e40b667bcad19c113b609741a587df63 (patch) | |
| tree | efa0c0c95759f0f867c193ed0aa183271cb99919 /src/lread.c | |
| parent | c7dcadb5cad70a5cb422aec4e18e9653727d02dd (diff) | |
| download | emacs-7973e637e40b667bcad19c113b609741a587df63.tar.gz emacs-7973e637e40b667bcad19c113b609741a587df63.zip | |
* eval.c (Fautoload): Add entry in load-history (if after dump).
* lread.c (load-history): Update docstring.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 4aa115ac92b..e3521934f42 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3433,7 +3433,8 @@ Each alist element is a list that starts with a file name,\n\ | |||
| 3433 | except for one element (optional) that starts with nil and describes\n\ | 3433 | except for one element (optional) that starts with nil and describes\n\ |
| 3434 | definitions evaluated from buffers not visiting files.\n\ | 3434 | definitions evaluated from buffers not visiting files.\n\ |
| 3435 | The remaining elements of each list are symbols defined as functions\n\ | 3435 | The remaining elements of each list are symbols defined as functions\n\ |
| 3436 | or variables, and cons cells `(provide . FEATURE)' and `(require . FEATURE)'."); | 3436 | or variables, and cons cells `(provide . FEATURE)', `(require . FEATURE)', |
| 3437 | and `(autoload . SYMBOL)'."); | ||
| 3437 | Vload_history = Qnil; | 3438 | Vload_history = Qnil; |
| 3438 | 3439 | ||
| 3439 | DEFVAR_LISP ("load-file-name", &Vload_file_name, | 3440 | DEFVAR_LISP ("load-file-name", &Vload_file_name, |