aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-02 21:21:50 -0700
committerPaul Eggert2011-04-02 21:21:50 -0700
commit6f076cc771577096ebebb0af50462c6d0a4c112e (patch)
treeb2c9be63fc09291d4ced9dc3228fe6388fb99d02 /src/ChangeLog
parent1f1d93214d8221e0dfe7bf750b29d49b1271b0ca (diff)
downloademacs-6f076cc771577096ebebb0af50462c6d0a4c112e.tar.gz
emacs-6f076cc771577096ebebb0af50462c6d0a4c112e.zip
* search.c (wordify): Omit three unnecessary tests.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
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 @@
12011-04-03 Paul Eggert <eggert@cs.ucla.edu> 12011-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.