# HG changeset patch # User Chong Yidong # Date 1164129782 0 # Node ID 49ed8fc0c715427b55c4a5627b23200caac5fc39 # Parent cd686b5380c4346d2605d0188a78c6f5354ca525 * xfaces.c (realize_default_face): Check if the default font name exists on this display before trying to use it. diff -r cd686b5380c4 -r 49ed8fc0c715 src/ChangeLog --- 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 + + * 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 * fileio.c: Break line before &&, not after.