aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-04 00:50:49 -0700
committerPaul Eggert2011-04-04 00:50:49 -0700
commitfca8fe46b72cab72cc06a7b20f6750d641959b7c (patch)
tree7ddf9ca170efe07ccaa71977dc71146c65cb4029 /src/ChangeLog
parente6eb4e9e0471c66eddaece34a90ce0e882a7e747 (diff)
downloademacs-fca8fe46b72cab72cc06a7b20f6750d641959b7c.tar.gz
emacs-fca8fe46b72cab72cc06a7b20f6750d641959b7c.zip
* syntax.c (scan_words): Remove var that was set but not used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
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 @@
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.
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.