aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-06-15 22:46:48 +0000
committerRichard M. Stallman <[email protected]>1998-06-15 22:46:48 +0000
commit7c573adb3bd9d7b43c27493c9bdf10698acbca2c (patch)
tree683b45f8141ab4ad09e65e8f741416ab09675749 /lisp/custom.el
parente995c41549be09c249f1c196328a1fe9e7cb8b74 (diff)
(custom-declare-variable): Update current-load-list.
Diffstat (limited to 'lisp/custom.el')
-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)