(custom-load-symbol): Don't reload a preloaded file.
This commit is contained in:
parent
9f910b506e
commit
d3d21843f0
1 changed files with 1 additions and 0 deletions
|
@ -1582,6 +1582,7 @@ and `face'."
|
|||
(require load)
|
||||
(error nil)))
|
||||
;; Don't reload a file already loaded.
|
||||
((member load preloaded-file-list))
|
||||
((assoc load load-history))
|
||||
((assoc (locate-library load) load-history))
|
||||
(t
|
||||
|
|
Loading…
Add table
Reference in a new issue