aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-04-23 18:21:25 +0300
committerEli Zaretskii2014-04-23 18:21:25 +0300
commit80d982d7ad6bbaab40731b60756da0f126311be0 (patch)
tree57e1639296b4cab531edf502e0cb02cb69153662 /src/ChangeLog
parent05452dc497b4de96edc7379f52c9863696e1c297 (diff)
downloademacs-80d982d7ad6bbaab40731b60756da0f126311be0.tar.gz
emacs-80d982d7ad6bbaab40731b60756da0f126311be0.zip
Fix debugging code for checking the newline cache.
src/search.c (Fnewline_cache_check): Don't try to count newlines outside the buffer's restriction, as find_newline doesn't support that.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6e2f7057b75..0c8fa7b31d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-04-23 Eli Zaretskii <eliz@gnu.org>
2
3 * search.c (Fnewline_cache_check): Don't try to count newlines
4 outside the buffer's restriction, as find_newline doesn't support
5 that.
6
12014-04-22 Paul Eggert <eggert@cs.ucla.edu> 72014-04-22 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Port to GCC 4.9.0 with --enable-gcc-warnings. 9 Port to GCC 4.9.0 with --enable-gcc-warnings.