From: Richard M. Stallman Date: Sat, 12 Apr 1997 20:30:17 +0000 (+0000) Subject: Load cus-start. X-Git-Tag: emacs-20.1~2518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d100a01c9dadb3e604bff2b94650e92b3397fc7;p=emacs.git Load cus-start. Don't insist that bindings.el not be compiled. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 38089b519c9..1a99670ed4d 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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)