aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 17:31:29 -0800
committerPaul Eggert2011-02-06 17:31:29 -0800
commita7e979a44ee01dcca3e5081fe672427395494aa0 (patch)
treea420af9b25a03e0a2f61c6a014394cb0d1408c63 /src/ChangeLog
parent47ce90e4950290d784889b6b33a2b1fa090f0acf (diff)
downloademacs-a7e979a44ee01dcca3e5081fe672427395494aa0.tar.gz
emacs-a7e979a44ee01dcca3e5081fe672427395494aa0.zip
* search.c: conform to C89 pointer rules
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 b8972ed72e3..d56402241f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,7 @@
6 Change types between char * and unsigned char *, to satisfy C89 6 Change types between char * and unsigned char *, to satisfy C89
7 rules about pointer type compatibility. 7 rules about pointer type compatibility.
8 * casefiddle.c (casify_object, casify_region): Likewise. 8 * casefiddle.c (casify_object, casify_region): Likewise.
9 * search.c (Freplace_match, Fregexp_quote): Likewise.
9 10
102011-02-06 Paul Eggert <eggert@cs.ucla.edu> 112011-02-06 Paul Eggert <eggert@cs.ucla.edu>
11 12