aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorStefan Monnier2000-03-24 20:25:34 +0000
committerStefan Monnier2000-03-24 20:25:34 +0000
commit7973e637e40b667bcad19c113b609741a587df63 (patch)
treeefa0c0c95759f0f867c193ed0aa183271cb99919 /src/lread.c
parentc7dcadb5cad70a5cb422aec4e18e9653727d02dd (diff)
downloademacs-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.c3
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\
3433except for one element (optional) that starts with nil and describes\n\ 3433except for one element (optional) that starts with nil and describes\n\
3434definitions evaluated from buffers not visiting files.\n\ 3434definitions evaluated from buffers not visiting files.\n\
3435The remaining elements of each list are symbols defined as functions\n\ 3435The remaining elements of each list are symbols defined as functions\n\
3436or variables, and cons cells `(provide . FEATURE)' and `(require . FEATURE)'."); 3436or variables, and cons cells `(provide . FEATURE)', `(require . FEATURE)',
3437and `(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,