Mercurial > emacs
changeset 98090:d8b291454853
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 07 Sep 2008 20:41:10 +0000 |
parents | 4ea0f5996bd5 |
children | cf3a44c40410 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Sun Sep 07 20:35:14 2008 +0000 +++ b/src/lread.c Sun Sep 07 20:41:10 2008 +0000 @@ -1104,7 +1104,7 @@ 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