diff options
| author | Paul Eggert | 2011-02-06 17:31:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-06 17:31:29 -0800 |
| commit | a7e979a44ee01dcca3e5081fe672427395494aa0 (patch) | |
| tree | a420af9b25a03e0a2f61c6a014394cb0d1408c63 /src/ChangeLog | |
| parent | 47ce90e4950290d784889b6b33a2b1fa090f0acf (diff) | |
| download | emacs-a7e979a44ee01dcca3e5081fe672427395494aa0.tar.gz emacs-a7e979a44ee01dcca3e5081fe672427395494aa0.zip | |
* search.c: conform to C89 pointer rules
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 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 | ||
| 10 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> |
| 11 | 12 | ||