emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fontset.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fontset.c,v
Date: Thu, 05 Jun 2008 04:56:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/06/05 04:56:03

Index: fontset.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fontset.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -b -r1.130 -r1.131
--- fontset.c   1 Jun 2008 05:04:22 -0000       1.130
+++ fontset.c   5 Jun 2008 04:56:02 -0000       1.131
@@ -608,7 +608,8 @@
              RFONT_DEF_SET_FACE (elt, -1);
              continue;
            }
-         font_object = font_open_for_lface (f, font_entity, face->lface, Qnil);
+         font_object = font_open_for_lface (f, font_entity, face->lface,
+                                            FONT_DEF_SPEC (font_def));
          if (NILP (font_object))
            {
              /* Record that the font is unsable.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]