diff options
Diffstat (limited to 'lisp/custom.el')
| -rw-r--r-- | lisp/custom.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index d721198da0b..0df22a8b895 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -1489,11 +1489,6 @@ This means reset VARIABLE. (The argument IGNORED is ignored)." ;;; 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 |
