]> code.delx.au - gnu-emacs/blobdiff - lisp/faces.el
(goto-address-mail-regexp): Allow = in username.
[gnu-emacs] / lisp / faces.el
index b215d25bf219a5ddb7124149a645e5e46cb767bd..d2ae90805f2c70680765775efd226b6566f9dda1 100644 (file)
@@ -1783,7 +1783,7 @@ created."
 
 
 (defface mode-line
-  '((((type x w32 mac) (class color))
+  '((((class color) (min-colors 88))
      :box (:line-width -1 :style released-button)
      :background "grey75" :foreground "black")
     (t
@@ -1796,11 +1796,11 @@ created."
 (defface mode-line-inactive
   '((default
      :inherit mode-line)
-    (((type x w32 mac) (background light) (class color))
+    (((class color) (min-colors 88) (background light))
      :weight light
      :box (:line-width -1 :color "grey75" :style nil)
      :foreground "grey20" :background "grey90")
-    (((type x w32 mac) (background dark) (class color))
+    (((class color) (min-colors 88) (background dark) )
      :weight light
      :box (:line-width -1 :color "grey40" :style nil)
      :foreground "grey80" :background "grey30"))