From 9d43832560f0f6b44b9d5f38ea5353ce5912290b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 7 Sep 2008 20:41:10 +0000 Subject: [PATCH] Fix typo in comment. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index 58faf747d1..cad1ad68b6 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 -- 2.20.1