Compatibility: Fix new face for XEmacs.

This commit is contained in:
Carsten Dominik 2009-01-28 11:08:20 +01:00
parent b81f597de0
commit 6072bac5bb

View file

@ -400,15 +400,15 @@ changes."
(defface org-clock-overlay ;; copied from secondary-selection (defface org-clock-overlay ;; copied from secondary-selection
(org-compatible-face nil (org-compatible-face nil
'((((class color) (min-colors 88) (background light)) '((((class color) (min-colors 88) (background light))
:background "yellow1") (:background "yellow1"))
(((class color) (min-colors 88) (background dark)) (((class color) (min-colors 88) (background dark))
:background "SkyBlue4") (:background "SkyBlue4"))
(((class color) (min-colors 16) (background light)) (((class color) (min-colors 16) (background light))
:background "yellow") (:background "yellow"))
(((class color) (min-colors 16) (background dark)) (((class color) (min-colors 16) (background dark))
:background "SkyBlue4") (:background "SkyBlue4"))
(((class color) (min-colors 8)) (((class color) (min-colors 8))
:background "cyan" :foreground "black") (:background "cyan" :foreground "black"))
(t (:inverse-video t)))) (t (:inverse-video t))))
"Basic face for displaying the secondary selection." "Basic face for displaying the secondary selection."
:group 'org-faces) :group 'org-faces)