mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
* lisp/loadup.el ("button"): Move to after loaddefs.el
This commit is contained in:
parent
206cff84bd
commit
f7e35f8162
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user