mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
Load cus-start.
Don't insist that bindings.el not be compiled.
This commit is contained in:
parent
20f0de751d
commit
4d100a01c9
@ -46,8 +46,9 @@
|
||||
(load "widget")
|
||||
(garbage-collect)
|
||||
(load "custom")
|
||||
(load "cus-start")
|
||||
(garbage-collect)
|
||||
(load "bindings.el") ;Don't get confused if someone compiled this by mistake.
|
||||
(load "bindings")
|
||||
(garbage-collect)
|
||||
(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
|
||||
(garbage-collect)
|
||||
|
Loading…
Reference in New Issue
Block a user