1
0
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:
Richard M. Stallman 1997-04-12 20:30:17 +00:00
parent 20f0de751d
commit 4d100a01c9

View File

@ -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)