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. AFAIK, (require 'foo) does
something like this:
(defun require (feature file)
(unless (featurep feature)
(load (or file (symbol-name feature)))
(or (featurep feature)
(error "%s not provided" feature))))
only the actual C version does additional load-history hacks.
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Personifiers Unite! You have nothing to lose but Mr. Dignity!