changeset 63881:0aba3ba80cd2

(vertical-border): Inherit from mode-line-inactive only on tty.
author Juri Linkov <juri@jurta.org>
date Thu, 30 Jun 2005 15:04:57 +0000
parents fcb82265bda4
children 35bc84251d54
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Thu Jun 30 14:57:50 2005 +0000
+++ b/lisp/faces.el	Thu Jun 30 15:04:57 2005 +0000
@@ -1890,7 +1890,7 @@
   :group 'basic-faces)
 
 (defface vertical-border
-  '((default :inherit mode-line-inactive))
+  '((((type tty)) :inherit mode-line-inactive))
   "Face used for vertical window dividers on ttys."
   :version "22.1"
   :group 'modeline