Do .elc files take precedence over .el files when using load?
Say I have two files in my load path: foo.el and foo.elc. If I call (load "foo"), will the byte-compiled version (foo.elc) always be loaded instead of the uncompiled foo.el?