diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3b099c02c25..2c8a95c3571 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-04-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * search.c (boyer_moore, wordify): Remove vars set but not used. | 3 | * search.c (boyer_moore, wordify): Remove vars set but not used. |
| 4 | (wordify): Omit three unnecessary tests. | ||
| 4 | 5 | ||
| 5 | * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. | 6 | * indent.c (MULTIBYTE_BYTES_WIDTH): Don't compute wide_column. |
| 6 | All callers changed. This avoids the need for an unused var. | 7 | All callers changed. This avoids the need for an unused var. |