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:
parent
84ad29ae9a
commit
e7eda24568
@ -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…
x
Reference in New Issue
Block a user