aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-01 10:34:25 -0700
committerPaul Eggert2011-04-01 10:34:25 -0700
commit5c5cdd398e5220a8bd77a5842c8013ac17c7e420 (patch)
tree56853f83f362eed12accf7dafbfaaa5ec3f5bbd6 /src/ChangeLog
parent66ebf9838b3b7744bcf2ad63d62e9cd6c7690066 (diff)
downloademacs-5c5cdd398e5220a8bd77a5842c8013ac17c7e420.tar.gz
emacs-5c5cdd398e5220a8bd77a5842c8013ac17c7e420.zip
* term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 89946731630..30a45692ea6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-01 Paul Eggert <eggert@cs.ucla.edu> 12011-04-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning.
4
3 * coding.c: Remove vars that are set but not used. 5 * coding.c: Remove vars that are set but not used.
4 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused. 6 (DECODE_COMPOSITION_RULE): Remove 2nd arg, which is unused.
5 All callers changed. 7 All callers changed.