> I don't understand it either, but ... if require doesn't actually load
> the file, surely nothing at all should be added to `current-load-list'?

current-load-list is used to build load-history and it was recently
discovered that the (require . foo) entries should be added there, whether
the require did cause a load or not.


        Stefan


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to