From: Chong Yidong Date: Mon, 11 Aug 2008 18:50:33 +0000 (+0000) Subject: * xdisp.c (x_produce_glyphs): Handle the case when font has no X-Git-Tag: emacs-pretest-23.0.90~3527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f00f8cb7e190304bf8144b43207026a83640f5cd;p=emacs.git * xdisp.c (x_produce_glyphs): Handle the case when font has no space character in calculating tabs. --- diff --git a/src/ChangeLog b/src/ChangeLog index b76ce8941ab..7788e1c7f6c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.