]> git.eshelyaron.com Git - emacs.git/commitdiff
Load cus-start.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Apr 1997 20:30:17 +0000 (20:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Apr 1997 20:30:17 +0000 (20:30 +0000)
Don't insist that bindings.el not be compiled.

lisp/loadup.el

index 38089b519c9269dda042a9cdce69da91e466b099..1a99670ed4d5bdd716e68b3bee77eea5e5910028 100644 (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)