]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfaces.c (realize_default_face): Check if the default font name
authorChong Yidong <cyd@stupidchicken.com>
Tue, 21 Nov 2006 17:23:02 +0000 (17:23 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 21 Nov 2006 17:23:02 +0000 (17:23 +0000)
exists on this display before trying to use it.

src/ChangeLog

index 787e9dcf0cae892c0d1883ee947c8c7cad8571f5..d12df9baca0a2dacd2834ca0cde9742ae3ed3702 100644 (file)
@@ -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.