Mercurial > emacs
changeset 22499:a478a91f3fbb
(custom-declare-variable): Update current-load-list.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 15 Jun 1998 22:46:48 +0000 |
parents | b7643337d0c3 |
children | 274456e421ab |
files | lisp/custom.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/custom.el Mon Jun 15 22:46:24 1998 +0000 +++ b/lisp/custom.el Mon Jun 15 22:46:48 1998 +0000 @@ -156,6 +156,7 @@ (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)