From: Chong Yidong Date: Tue, 21 Nov 2006 17:23:02 +0000 (+0000) Subject: * xfaces.c (realize_default_face): Check if the default font name X-Git-Tag: emacs-pretest-22.0.92~573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca612449c08889ff8a0124634a4968afb8e2b055;p=emacs.git * xfaces.c (realize_default_face): Check if the default font name exists on this display before trying to use it. --- diff --git a/src/ChangeLog b/src/ChangeLog index 787e9dcf0ca..d12df9baca0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.