diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-22 03:32:50 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-22 03:32:50 +0000 |
commit | e7eda245689907e284c3bb1640a40fc275db5a15 (patch) | |
tree | 1348cc294c23e74fbfb06b91df28da9e187c9ff1 /lisp/startup.el | |
parent | 84ad29ae9aa83e2ac45a0119d84310b3e54d8f58 (diff) | |
download | emacs-e7eda245689907e284c3bb1640a40fc275db5a15.tar.gz |
(command-line): Make sure that loaddefs.el is handled correctly in
load-history.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 5c264749dd6..9ac0f4dd176 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -647,7 +647,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (if (and (stringp (car elt)) (not (file-name-absolute-p (car elt)))) (cons (locate-file (car elt) load-path - load-suffixes) + (append load-suffixes '(""))) (cdr elt)) elt)) load-history)) |