aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-09-24 20:04:26 +0200
committerJuanma Barranquero <[email protected]>2010-09-24 20:04:26 +0200
commit07914cd0078f3d8dc720644fd899ce8e3f0b1913 (patch)
tree8efbf2360600e9ca7da383cfd9c2be34600b877b /src/ChangeLog
parentace1712c7feb83cc6b03d31b7a8b0439b83b7212 (diff)
src/ChangeLog: Fix typo and remove duplicate info.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 49267dc405..e34f41f3ed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -53,7 +53,7 @@
* eval.c (verror): Fix EMACS_INT/int conversion.
- * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string)
+ * print.c (PRINTDECLARE, PRINTPREPARE, strout, print_string)
(print_preprocess, print_check_string_charset_prop)
(print_object): Fix EMACS_INT/int conversion.
@@ -61,14 +61,6 @@
2010-09-24 Eli Zaretskii <[email protected]>
- * syntax.c (scan_words, update_syntax_table)
- (prev_char_comend_first, back_comment, skip_chars):
-
- * syntax.h (scan_words): Adjust prototype.
-
- * casefiddle.c (operate_on_word): Use EMACS_INT for buffer
- positions.
-
* callproc.c (Fcall_process): Use EMACS_INT for count of
characters read from the subprocess.