Hrvoje Niksic <hniksic(a)srce.hr> writes in xemacs-beta(a)xemacs.org:
SL Baur <steve(a)xemacs.org> writes:
> What's the difference between
>
> (require 'foo)
>
> when foo.el *only* is found, and foo.elc is found?
I don't understand this question.
Assume a file bar.el to be bytecompiled:
;;; bar.el --- do something interesting
...
(require 'foo)
...
;;; bar.el ends here
What difference (if any) does it make if foo.el (assuming foo.elc
hasn't been bytecompiled yet) or foo.elc is loaded?
Clearer?