emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el
Date: Fri, 08 Apr 2005 10:26:27 -0400

Index: emacs/lisp/textmodes/table.el
diff -c emacs/lisp/textmodes/table.el:1.12 emacs/lisp/textmodes/table.el:1.13
*** emacs/lisp/textmodes/table.el:1.12  Fri Mar 18 23:17:05 2005
--- emacs/lisp/textmodes/table.el       Fri Apr  8 14:26:12 2005
***************
*** 683,689 ****
    :group 'table)
  
  (defface table-cell-face
!   '((((class color))
       (:foreground "gray90" :background "blue"))
      (t (:bold t)))
    "*Face used for table cell contents."
--- 683,691 ----
    :group 'table)
  
  (defface table-cell-face
!   '((((min-colors 88) (class color))
!      (:foreground "gray90" :background "blue1"))
!     (((class color))
       (:foreground "gray90" :background "blue"))
      (t (:bold t)))
    "*Face used for table cell contents."




reply via email to

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