From: Richard M. Stallman Date: Mon, 15 Jun 1998 22:46:48 +0000 (+0000) Subject: (custom-declare-variable): Update current-load-list. X-Git-Tag: emacs-20.3~580 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c573adb3bd9d7b43c27493c9bdf10698acbca2c;p=emacs.git (custom-declare-variable): Update current-load-list. --- diff --git a/lisp/custom.el b/lisp/custom.el index d4538448e88..7994f3686c4 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)