aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-06 17:24:53 -0800
committerPaul Eggert2011-02-06 17:24:53 -0800
commit47ce90e4950290d784889b6b33a2b1fa090f0acf (patch)
tree9b5c332a8df09907a8e8568585a32950b2ce13a6 /src/ChangeLog
parent4f043d0f4de7cdb0c1f49bd99779ba8edeaab166 (diff)
downloademacs-47ce90e4950290d784889b6b33a2b1fa090f0acf.tar.gz
emacs-47ce90e4950290d784889b6b33a2b1fa090f0acf.zip
* casefiddle.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 0c83fb37961..b8972ed72e3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,7 @@
5 * dired.c (scmp, file_name_completion): 5 * dired.c (scmp, file_name_completion):
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 9
92011-02-06 Paul Eggert <eggert@cs.ucla.edu> 102011-02-06 Paul Eggert <eggert@cs.ucla.edu>
10 11