]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-declare-variable): Update current-load-list.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Jun 1998 22:46:48 +0000 (22:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Jun 1998 22:46:48 +0000 (22:46 +0000)
lisp/custom.el

index d4538448e88b2bfccbb12185c1abbfa30972e22d..7994f3686c44cbc27e8191906f6ddd74755b52f8 100644 (file)
@@ -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)