aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2005-04-24 16:41:14 +0000
committerEli Zaretskii2005-04-24 16:41:14 +0000
commitcf1982d9eae60b56c260cad53ab725acdfc122f9 (patch)
tree9284add1beafba8948396fe9a090fb2f13d0471d /src/ChangeLog
parente5baf107e941ce4c3f054006678c55dba6a538b0 (diff)
downloademacs-cf1982d9eae60b56c260cad53ab725acdfc122f9.tar.gz
emacs-cf1982d9eae60b56c260cad53ab725acdfc122f9.zip
(re_search_2, re_match_2_internal): Convert second arg
of RE_TRANSLATE to int, to shut up GCC warnings.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4de54bcb7b1..e239b41a66f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12005-04-24 Eli Zaretskii <eliz@gnu.org> 12005-04-24 Eli Zaretskii <eliz@gnu.org>
2 2
3 * regex.c (re_search_2, re_match_2_internal): Convert second arg
4 of RE_TRANSLATE to int, to shut up GCC warnings.
5
3 * fileio.c (Fcopy_file): Doc fix. 6 * fileio.c (Fcopy_file): Doc fix.
4 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and 7 [MSDOS]: Fix call to emacs_open: buffer_file_type not defined and
5 not needed. 8 not needed.