diff options
| author | Richard M. Stallman | 1998-06-15 22:46:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-15 22:46:48 +0000 |
| commit | 7c573adb3bd9d7b43c27493c9bdf10698acbca2c (patch) | |
| tree | 683b45f8141ab4ad09e65e8f741416ab09675749 | |
| parent | e995c41549be09c249f1c196328a1fe9e7cb8b74 (diff) | |
| download | emacs-7c573adb3bd9d7b43c27493c9bdf10698acbca2c.tar.gz emacs-7c573adb3bd9d7b43c27493c9bdf10698acbca2c.zip | |
(custom-declare-variable): Update current-load-list.
| -rw-r--r-- | lisp/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 156 | (put symbol 'custom-requests requests) | 156 | (put symbol 'custom-requests requests) |
| 157 | ;; Do the actual initialization. | 157 | ;; Do the actual initialization. |
| 158 | (funcall initialize symbol default)) | 158 | (funcall initialize symbol default)) |
| 159 | (setq current-load-list (cons symbol current-load-list)) | ||
| 159 | (run-hooks 'custom-define-hook) | 160 | (run-hooks 'custom-define-hook) |
| 160 | symbol) | 161 | symbol) |
| 161 | 162 | ||