From: Juanma Barranquero Date: Sun, 7 Sep 2008 20:41:10 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-23.0.90~2958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d43832560f0f6b44b9d5f38ea5353ce5912290b;p=emacs.git Fix typo in comment. --- 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