Mercurial > emacs
changeset 17427:73105a5495d9
Load cus-start.
Don't insist that bindings.el not be compiled.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Apr 1997 20:30:17 +0000 |
parents | 5c5fa38a1c79 |
children | 653c0e2e1b31 |
files | lisp/loadup.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Sat Apr 12 20:20:55 1997 +0000 +++ b/lisp/loadup.el Sat Apr 12 20:30:17 1997 +0000 @@ -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)