Fix typo in comment.

This commit is contained in:
Juanma Barranquero 2008-09-07 20:41:10 +00:00
parent 1aa83b226a
commit 9d43832560

View file

@ -1104,7 +1104,7 @@ Return t if the file exists and loads successfully. */)
2000-09-21: It's not possible to just check for the file loaded
being a member of Vloads_in_progress. This fails because of the
way the byte compiler currently works; `provide's are not
evaluted, see font-lock.el/jit-lock.el as an example. This
evaluated, see font-lock.el/jit-lock.el as an example. This
leads to a certain amount of ``normal'' recursion.
Also, just loading a file recursively is not always an error in