summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-11-22 03:32:50 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-11-22 03:32:50 +0000
commite7eda245689907e284c3bb1640a40fc275db5a15 (patch)
tree1348cc294c23e74fbfb06b91df28da9e187c9ff1 /lisp/startup.el
parent84ad29ae9aa83e2ac45a0119d84310b3e54d8f58 (diff)
downloademacs-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.el2
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))