diff options
| -rw-r--r-- | lisp/loadup.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 3c3b04cea82..38089b519c9 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -43,6 +43,10 @@ | |||
| 43 | (garbage-collect) | 43 | (garbage-collect) |
| 44 | (load "map-ynp") | 44 | (load "map-ynp") |
| 45 | (garbage-collect) | 45 | (garbage-collect) |
| 46 | (load "widget") | ||
| 47 | (garbage-collect) | ||
| 48 | (load "custom") | ||
| 49 | (garbage-collect) | ||
| 46 | (load "bindings.el") ;Don't get confused if someone compiled this by mistake. | 50 | (load "bindings.el") ;Don't get confused if someone compiled this by mistake. |
| 47 | (garbage-collect) | 51 | (garbage-collect) |
| 48 | (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. | 52 | (load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. |