From: Eli Zaretskii Date: Sun, 16 Mar 2014 16:31:50 +0000 (+0200) Subject: src/ChangeLog: Fix a typo in last commit. X-Git-Tag: emacs-24.3.90~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f0da6cecdc45ed391f35a85b48790d687452c5e;p=emacs.git src/ChangeLog: Fix a typo in last commit. --- diff --git a/src/ChangeLog b/src/ChangeLog index 30692059f03..54c07f960f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,7 @@ 2014-03-16 Eli Zaretskii * search.c (find_newline): Speed up the function when using the - newline cache, by halving the number of call to + newline cache, by halving the number of calls to region_cache_forward and region_cache_backward. (Bug#16830) 2014-03-15 Juanma Barranquero