# HG changeset patch # User Chong Yidong # Date 1218480633 0 # Node ID b3268dd75fc3d2c84646f4179c1f8d7be9df4884 # Parent 6d1c70c60808997a01373ba59f2b01405848da94 * xdisp.c (x_produce_glyphs): Handle the case when font has no space character in calculating tabs. diff -r 6d1c70c60808 -r b3268dd75fc3 src/ChangeLog --- 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 + + * xdisp.c (x_produce_glyphs): Handle the case when font has no + space character in calculating tabs. + 2008-08-11 Dan Nicolaescu * Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.