diff options
| author | Eli Zaretskii | 2010-05-15 09:25:23 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-05-15 09:25:23 +0300 |
| commit | 1edbd30946447e95a6366a543a67e1af596e787b (patch) | |
| tree | 77e7708c6f932c6f8a1ac7f28af0a17f7d26da90 /src/ChangeLog | |
| parent | ae6bc504c0f6676bc91420765e286b2bc4c1ed2c (diff) | |
| download | emacs-1edbd30946447e95a6366a543a67e1af596e787b.tar.gz emacs-1edbd30946447e95a6366a543a67e1af596e787b.zip | |
Fix a typo in msdos/ChangeLog.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 18 | 2010-05-14 Eli Zaretskii <eliz@gnu.org> | 18 | 2010-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 | ||