projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f910b5
)
(custom-load-symbol): Don't reload a preloaded file.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jul 1997 19:06:16 +0000
(19:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 7 Jul 1997 19:06:16 +0000
(19:06 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index a696c471e8f65892d38e9a5f7c8efa0c450788f7..fd458300ca6015756f8057bf9fbbb574072f962f 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-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