Mercurial > emacs
changeset 97427:b3268dd75fc3
* xdisp.c (x_produce_glyphs): Handle the case when font has no
space character in calculating tabs.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 11 Aug 2008 18:50:33 +0000 |
parents | 6d1c70c60808 |
children | a262dde85972 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 11 16:02:25 2008 +0000 +++ b/src/ChangeLog Mon Aug 11 18:50:33 2008 +0000 @@ -1,3 +1,8 @@ +2008-08-11 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (x_produce_glyphs): Handle the case when font has no + space character in calculating tabs. + 2008-08-11 Dan Nicolaescu <dann@ics.uci.edu> * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.