]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line): Make sure that loaddefs.el is handled correctly in
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 22 Nov 2005 03:32:50 +0000 (03:32 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 22 Nov 2005 03:32:50 +0000 (03:32 +0000)
load-history.

lisp/startup.el

index 5c264749dd618e660f5a13165fa3c1c4e2008916..9ac0f4dd1761561ac68c705956cb8bae66412861 100644 (file)
@@ -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))