(custom-declare-variable-list): Process already-declared
custom variables from this list.
This commit is contained in:
parent
5fe16cc40f
commit
a7d6bdac9f
1 changed files with 5 additions and 0 deletions
|
@ -394,6 +394,11 @@ the default value for the SYMBOL."
|
|||
|
||||
;;; The End.
|
||||
|
||||
;; Process the defcustoms for variables loaded before this file.
|
||||
(while custom-declare-variable-list
|
||||
(apply 'custom-declare-variable (car custom-declare-variable-list))
|
||||
(setq custom-declare-variable-list (cdr custom-declare-variable-list)))
|
||||
|
||||
(provide 'custom)
|
||||
|
||||
;; custom.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue