Mercurial > emacs
comparison src/lread.c @ 98090:d8b291454853
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 07 Sep 2008 20:41:10 +0000 |
parents | 9a4bddae759e |
children | e038c1a8307c |
comparison
equal
deleted
inserted
replaced
98089:4ea0f5996bd5 | 98090:d8b291454853 |
---|---|
1102 /* Check if we're stuck in a recursive load cycle. | 1102 /* Check if we're stuck in a recursive load cycle. |
1103 | 1103 |
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 |
1111 the general case; the second load may do something different. */ | 1111 the general case; the second load may do something different. */ |
1112 { | 1112 { |