From 7c573adb3bd9d7b43c27493c9bdf10698acbca2c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Jun 1998 22:46:48 +0000 Subject: (custom-declare-variable): Update current-load-list. --- lisp/custom.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/custom.el') 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) -- cgit v1.2.3