aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c7ee7aeaa0..27253207eba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,5 @@
12010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change) 12010-07-04 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2 Stefan Monnier <monnier@iro.umontreal.ca> 2 Stefan Monnier <monnier@iro.umontreal.ca>
3 3
4 * lread.c (read1): Fix up last change to not mess up `c'. 4 * lread.c (read1): Fix up last change to not mess up `c'.
5 5
@@ -13,8 +13,8 @@
13 13
14 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval. 14 * atimer.c (start_atimer): Use EMACS_TIME, not struct timeval.
15 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. 15 * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
16 * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object, 16 * fileio.c (read_non_regular, read_non_regular_quit): Add Lisp_Object
17 as required by internal_condition_case_1. 17 arg, as required by internal_condition_case_1.
18 * print.c (strout): Use const char* for arg PTR. 18 * print.c (strout): Use const char* for arg PTR.
19 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. 19 * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
20 (analyse_first): Fix "const const". 20 (analyse_first): Fix "const const".