aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-09-07 20:41:10 +0000
committerJuanma Barranquero2008-09-07 20:41:10 +0000
commit9d43832560f0f6b44b9d5f38ea5353ce5912290b (patch)
tree4f8625c5a5342e3037b55ea2e7a9663ee8732a29 /src
parent1aa83b226a79e35a9e5c63585f62a081bcc7f55e (diff)
downloademacs-9d43832560f0f6b44b9d5f38ea5353ce5912290b.tar.gz
emacs-9d43832560f0f6b44b9d5f38ea5353ce5912290b.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
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. */)
1104 2000-09-21: It's not possible to just check for the file loaded 1104 2000-09-21: It's not possible to just check for the file loaded
1105 being a member of Vloads_in_progress. This fails because of the 1105 being a member of Vloads_in_progress. This fails because of the
1106 way the byte compiler currently works; `provide's are not 1106 way the byte compiler currently works; `provide's are not
1107 evaluted, see font-lock.el/jit-lock.el as an example. This 1107 evaluated, see font-lock.el/jit-lock.el as an example. This
1108 leads to a certain amount of ``normal'' recursion. 1108 leads to a certain amount of ``normal'' recursion.
1109 1109
1110 Also, just loading a file recursively is not always an error in 1110 Also, just loading a file recursively is not always an error in