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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Thu, 09 Jun 2005 06:36:28 -0400

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.323 emacs/src/xfaces.c:1.324
*** emacs/src/xfaces.c:1.323    Fri Jun  3 10:39:29 2005
--- emacs/src/xfaces.c  Thu Jun  9 10:36:28 2005
***************
*** 6109,6115 ****
         1, 2, 0,
         doc: /* Return non-nil if all the face attributes in ATTRIBUTES are 
supported.
  The optional argument DISPLAY can be a display name, a frame, or
! nil (meaning the selected frame's display)
  
  The definition of `supported' is somewhat heuristic, but basically means
  that a face containing all the attributes in ATTRIBUTES, when merged
--- 6109,6115 ----
         1, 2, 0,
         doc: /* Return non-nil if all the face attributes in ATTRIBUTES are 
supported.
  The optional argument DISPLAY can be a display name, a frame, or
! nil (meaning the selected frame's display).
  
  The definition of `supported' is somewhat heuristic, but basically means
  that a face containing all the attributes in ATTRIBUTES, when merged
***************
*** 6122,6128 ****
  any display that can display bold, and a `:foreground \"yellow\"' as long
  as it can display a yellowish color, but `:slant italic' will _not_ be
  satisfied by the tty display code's automatic substitution of a `dim'
! face for italic. */)
    (attributes, display)
       Lisp_Object attributes, display;
  {
--- 6122,6128 ----
  any display that can display bold, and a `:foreground \"yellow\"' as long
  as it can display a yellowish color, but `:slant italic' will _not_ be
  satisfied by the tty display code's automatic substitution of a `dim'
! face for italic.  */)
    (attributes, display)
       Lisp_Object attributes, display;
  {




reply via email to

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