aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2010-05-15 09:25:23 +0300
committerEli Zaretskii2010-05-15 09:25:23 +0300
commit1edbd30946447e95a6366a543a67e1af596e787b (patch)
tree77e7708c6f932c6f8a1ac7f28af0a17f7d26da90 /src
parentae6bc504c0f6676bc91420765e286b2bc4c1ed2c (diff)
downloademacs-1edbd30946447e95a6366a543a67e1af596e787b.tar.gz
emacs-1edbd30946447e95a6366a543a67e1af596e787b.zip
Fix a typo in msdos/ChangeLog.
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 e9c01ee552d..fe7bd103efc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,7 +18,7 @@
182010-05-14 Eli Zaretskii <eliz@gnu.org> 182010-05-14 Eli Zaretskii <eliz@gnu.org>
19 19
20 Make the cache of bidi iterator states dynamically allocated. 20 Make the cache of bidi iterator states dynamically allocated.
21 (bidi_cache_shrink): New function. 21 * bidi.c (bidi_cache_shrink): New function.
22 (bidi_init_it): Call it. 22 (bidi_init_it): Call it.
23 (bidi_cache_iterator_state): Enlarge the cache if needed. 23 (bidi_cache_iterator_state): Enlarge the cache if needed.
24 24