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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Tue, 11 Jun 2002 11:09:37 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.254 emacs/src/xfaces.c:1.255
*** emacs/src/xfaces.c:1.254    Sun Jun  9 09:02:16 2002
--- emacs/src/xfaces.c  Tue Jun 11 11:09:36 2002
***************
*** 1375,1381 ****
             a standard color, we just give up and use TTY_COLOR.  */
          if ((!STRINGP (XCAR (color_desc))
               || NILP (Fstring_equal (color, XCAR (color_desc))))
!             && Ffboundp (Qtty_color_standard_values))
            {
              /* Look up STD_COLOR separately.  */
              rgb = call1 (Qtty_color_standard_values, color);
--- 1375,1381 ----
             a standard color, we just give up and use TTY_COLOR.  */
          if ((!STRINGP (XCAR (color_desc))
               || NILP (Fstring_equal (color, XCAR (color_desc))))
!             && !NILP (Ffboundp (Qtty_color_standard_values)))
            {
              /* Look up STD_COLOR separately.  */
              rgb = call1 (Qtty_color_standard_values, color);



reply via email to

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