summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))