aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2014-03-16 18:31:50 +0200
committerEli Zaretskii2014-03-16 18:31:50 +0200
commit5f0da6cecdc45ed391f35a85b48790d687452c5e (patch)
tree067b3cb98e9793b2fa57e1a563e9ede3fbb2a753 /src
parent2a3d9a06c9a1e6fd4d45eb7c89fd867ca641c563 (diff)
downloademacs-5f0da6cecdc45ed391f35a85b48790d687452c5e.tar.gz
emacs-5f0da6cecdc45ed391f35a85b48790d687452c5e.zip
src/ChangeLog: Fix a typo in last commit.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 30692059f03..54c07f960f1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12014-03-16 Eli Zaretskii <eliz@gnu.org> 12014-03-16 Eli Zaretskii <eliz@gnu.org>
2 2
3 * search.c (find_newline): Speed up the function when using the 3 * search.c (find_newline): Speed up the function when using the
4 newline cache, by halving the number of call to 4 newline cache, by halving the number of calls to
5 region_cache_forward and region_cache_backward. (Bug#16830) 5 region_cache_forward and region_cache_backward. (Bug#16830)
6 6
72014-03-15 Juanma Barranquero <lekktu@gmail.com> 72014-03-15 Juanma Barranquero <lekktu@gmail.com>