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: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Mon, 20 May 2002 04:06:46 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.252 emacs/src/xfaces.c:1.253
*** emacs/src/xfaces.c:1.252    Fri Apr 26 19:39:05 2002
--- emacs/src/xfaces.c  Mon May 20 04:06:45 2002
***************
*** 3451,3457 ****
            add_to_log ("Invalid face color", color_name, Qnil);
        }
        else if (SYMBOLP (first)
!              && *XSYMBOL (first)->name->data == ':')
        {
          /* Assume this is the property list form.  */
          while (CONSP (prop) && CONSP (XCDR (prop)))
--- 3451,3457 ----
            add_to_log ("Invalid face color", color_name, Qnil);
        }
        else if (SYMBOLP (first)
!              && *XSTRING (SYMBOL_NAME (first))->data == ':')
        {
          /* Assume this is the property list form.  */
          while (CONSP (prop) && CONSP (XCDR (prop)))



reply via email to

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