aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d22ec42a978..0cd4df78280 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12011-04-04 Paul Eggert <eggert@cs.ucla.edu> 12011-04-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * syntax.c (scan_words): Remove var that was set but not used. 3 * syntax.c (scan_words): Remove var that was set but not used.
4 (update_syntax_table): Use unsigned instead of int.
4 5
5 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. 6 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
6 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. 7 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.