emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xfaces.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c [emacs-unicode-2]
Date: Wed, 30 Jun 2004 00:32:45 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.281.2.11 emacs/src/xfaces.c:1.281.2.12
*** emacs/src/xfaces.c:1.281.2.11       Wed Jun 30 04:12:09 2004
--- emacs/src/xfaces.c  Wed Jun 30 04:20:06 2004
***************
*** 4998,5004 ****
        if (! face)
        return Qnil;
  #ifdef HAVE_WINDOW_SYSTEM
!       if (!NILP (character))
        {
          CHECK_CHARACTER (character);
          face_id = FACE_FOR_CHAR (f, face, XINT (character), -1, Qnil);
--- 4998,5004 ----
        if (! face)
        return Qnil;
  #ifdef HAVE_WINDOW_SYSTEM
!       if (FRAME_WINDOW_P (f) && !NILP (character))
        {
          CHECK_CHARACTER (character);
          face_id = FACE_FOR_CHAR (f, face, XINT (character), -1, Qnil);




reply via email to

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