diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a83f79ef2de..d22ec42a978 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-04-04 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * syntax.c (scan_words): Remove var that was set but not used. | ||
| 4 | |||
| 3 | * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. | 5 | * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. |
| 4 | (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. | 6 | (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. |
| 5 | (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop. | 7 | (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop. |