Mercurial > emacs
changeset 74115:49ed8fc0c715
* xfaces.c (realize_default_face): Check if the default font name
exists on this display before trying to use it.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 21 Nov 2006 17:23:02 +0000 |
parents | cd686b5380c4 |
children | 0c249832f2a3 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 21 17:22:49 2006 +0000 +++ b/src/ChangeLog Tue Nov 21 17:23:02 2006 +0000 @@ -1,3 +1,8 @@ +2006-11-21 Chong Yidong <cyd@stupidchicken.com> + + * xfaces.c (realize_default_face): Check if the default font name + exists on this display before trying to use it. + 2006-11-21 Richard Stallman <rms@gnu.org> * fileio.c: Break line before &&, not after.