diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-09-07 20:41:10 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-09-07 20:41:10 +0000 |
commit | 9d43832560f0f6b44b9d5f38ea5353ce5912290b (patch) | |
tree | 4f8625c5a5342e3037b55ea2e7a9663ee8732a29 /src/lread.c | |
parent | 1aa83b226a79e35a9e5c63585f62a081bcc7f55e (diff) | |
download | emacs-9d43832560f0f6b44b9d5f38ea5353ce5912290b.tar.gz |
Fix typo in comment.
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 58faf747d1f..cad1ad68b68 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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 |