comparison lisp/faces.el @ 90143:146c086df160

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 241-257) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 59-65) - Update from CVS - Merge from emacs--cvs-trunk--0 - (mm-string-to-multibyte): Use Gnus trunk definition.
author Miles Bader <miles@gnu.org>
date Thu, 14 Apr 2005 05:03:52 +0000
parents 29e773288013 d4014c213e7e
children f042e7c0fe20
comparison
equal deleted inserted replaced
90142:627771f44771 90143:146c086df160
2014 :group 'basic-faces) 2014 :group 'basic-faces)
2015 2015
2016 2016
2017 (defface secondary-selection 2017 (defface secondary-selection
2018 '((((class color) (min-colors 88) (background light)) 2018 '((((class color) (min-colors 88) (background light))
2019 :background "yellow") 2019 :background "yellow1")
2020 (((class color) (min-colors 88) (background dark)) 2020 (((class color) (min-colors 88) (background dark))
2021 :background "SkyBlue4") 2021 :background "SkyBlue4")
2022 (((class color) (min-colors 16) (background light)) 2022 (((class color) (min-colors 16) (background light))
2023 :background "yellow") 2023 :background "yellow")
2024 (((class color) (min-colors 16) (background dark)) 2024 (((class color) (min-colors 16) (background dark))
2040 :group 'basic-faces) 2040 :group 'basic-faces)
2041 2041
2042 2042
2043 (defface trailing-whitespace 2043 (defface trailing-whitespace
2044 '((((class color) (background light)) 2044 '((((class color) (background light))
2045 :background "red") 2045 :background "red1")
2046 (((class color) (background dark)) 2046 (((class color) (background dark))
2047 :background "red") 2047 :background "red1")
2048 (t :inverse-video t)) 2048 (t :inverse-video t))
2049 "Basic face for highlighting trailing whitespace." 2049 "Basic face for highlighting trailing whitespace."
2050 :version "21.1" 2050 :version "21.1"
2051 :group 'font-lock ; like `show-trailing-whitespace' 2051 :group 'font-lock ; like `show-trailing-whitespace'
2052 :group 'basic-faces) 2052 :group 'basic-faces)