Mercurial > emacs
changeset 16162:e784a5d29bd5
Load bindings.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Sep 1996 19:00:25 +0000 |
parents | ec5135221ea4 |
children | 3ec903b6bcd8 |
files | lisp/loadup.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Wed Sep 11 07:27:18 1996 +0000 +++ b/lisp/loadup.el Wed Sep 11 19:00:25 1996 +0000 @@ -43,7 +43,9 @@ (garbage-collect) (load "map-ynp") (garbage-collect) -(load "loaddefs.el") ;Don't get confused if someone compiled loaddefs by mistake. +(load "bindings.el") ;Don't get confused if someone compiled this by mistake. +(garbage-collect) +(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake. (garbage-collect) (load "simple") (garbage-collect)