aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-04 00:48:36 -0700
committerPaul Eggert2011-04-04 00:48:36 -0700
commite6eb4e9e0471c66eddaece34a90ce0e882a7e747 (patch)
tree68823daa8f0b439f76055489810e6c41c398ae59 /src/ChangeLog
parent3c346cc30f4f27520a05f001b7e9a8ad074ddd6f (diff)
downloademacs-e6eb4e9e0471c66eddaece34a90ce0e882a7e747.tar.gz
emacs-e6eb4e9e0471c66eddaece34a90ce0e882a7e747.zip
* lread.c (safe_to_load_p): Make the end-of-loop test the inverse of the in-loop.
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 ee955245452..a83f79ef2de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs. 3 * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.
4 (lisp_file_lexically_bound_p, read1): Use unsigned instead of int. 4 (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.
5 6
6 * print.c (print_error_message): Avoid int overflow. 7 * print.c (print_error_message): Avoid int overflow.
7 8