diff options
Diffstat (limited to 'src')
| -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. */) | |||
| 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 |