aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-20 14:18:53 +0000
committerChong Yidong2008-08-20 14:18:53 +0000
commitff7eaa8329c09945887f1b228c0ebeb6ffde6afe (patch)
tree6958c9ee6295be4b41b8df876020d17f57c03dc9
parent2aebd8738feddfa5a3af601a095d9d31e1f9d35e (diff)
downloademacs-ff7eaa8329c09945887f1b228c0ebeb6ffde6afe.tar.gz
emacs-ff7eaa8329c09945887f1b228c0ebeb6ffde6afe.zip
* print.c (print_object): Fix off-by-one in last change.
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dd1c35f3578..b02d4b5c00e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-08-20 Andreas Schwab <schwab@suse.de>
2
3 * print.c (print_object): Fix off-by-one in last change.
4
12008-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52008-08-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * macterm.c (x_load_font): Round average width to the nearest integer. 7 * macterm.c (x_load_font): Round average width to the nearest integer.