emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src fontset.c


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src fontset.c
Date: Tue, 24 Feb 2009 11:57:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/02/24 11:57:32

Modified files:
        src            : fontset.c 

Log message:
        (fontset_find_font): Fix the condition for checking
        unavailable font.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/fontset.c?cvsroot=emacs&r1=1.156&r2=1.157

Patches:
Index: fontset.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fontset.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- fontset.c   11 Feb 2009 09:45:14 -0000      1.156
+++ fontset.c   24 Feb 2009 11:57:32 -0000      1.157
@@ -579,7 +579,7 @@
        /* This is a sign of not to try the other fonts.  */
        return Qt;
       if (INTEGERP (RFONT_DEF_FACE (elt))
-         && XINT (AREF (elt, 1)) < 0)
+         && XINT (RFONT_DEF_FACE (elt)) < 0)
        /* We couldn't open this font last time.  */
        continue;
 




reply via email to

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