aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-07 19:06:16 +0000
committerRichard M. Stallman <[email protected]>1997-07-07 19:06:16 +0000
commitd3d21843f03e0312fa62c7e401a487df4d3a630a (patch)
treeaf2ca5880dca243b85d625f45a7120efa4c841a8 /lisp
parent9f910b506e60b16c5ad8ba606f1004a7bac18f2a (diff)
(custom-load-symbol): Don't reload a preloaded file.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cus-edit.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index a696c471e8..fd458300ca 100644
--- 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