aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index d4538448e8..7994f3686c 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -156,6 +156,7 @@ not the default value itself."
(put symbol 'custom-requests requests)
;; Do the actual initialization.
(funcall initialize symbol default))
+ (setq current-load-list (cons symbol current-load-list))
(run-hooks 'custom-define-hook)
symbol)