(command-line): Make sure that loaddefs.el is handled correctly in
load-history.
This commit is contained in:
parent
84ad29ae9a
commit
e7eda24568
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue