1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(command-line): Make sure that loaddefs.el is handled correctly in

load-history.
This commit is contained in:
Luc Teirlinck 2005-11-22 03:32:50 +00:00
parent 84ad29ae9a
commit e7eda24568

View 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))