From: Stefan Monnier Date: Fri, 11 Sep 2020 02:10:02 +0000 (-0400) Subject: * lisp/loadup.el ("button"): Move to after loaddefs.el X-Git-Tag: emacs-28.0.90~6133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7e35f8162d366e2a91dcd1f21b3d59abc6d10d1;p=emacs.git * lisp/loadup.el ("button"): Move to after loaddefs.el --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 97525b27086..568b9fe40df 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -170,7 +170,6 @@ (load "cus-face") (load "faces") ; after here, `defface' may be used. -(load "button") ;; We don't want to store loaddefs.el in the repository because it is ;; a generated file; but it is required in order to compile the lisp files. @@ -193,6 +192,7 @@ definition-prefixes) (setq definition-prefixes new)) +(load "button") ;After loaddefs, because of define-minor-mode! (load "emacs-lisp/nadvice") (load "emacs-lisp/cl-preloaded") (load "obarray") ;abbrev.el is implemented in terms of obarrays.