summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-06-30 15:04:57 +0000
committerJuri Linkov <juri@jurta.org>2005-06-30 15:04:57 +0000
commit8c45858f425d2000322b3b0da3ac0d94032d9a98 (patch)
treec16ba53addf5aa94c5f9022a543f8b18251b116f /lisp/faces.el
parent9b08f2c11b41c6af501dbce3a0b50bf5921da362 (diff)
downloademacs-8c45858f425d2000322b3b0da3ac0d94032d9a98.tar.gz
(vertical-border): Inherit from mode-line-inactive only on tty.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index c28cbc5d84f..bdaee4cec5f 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1890,7 +1890,7 @@ created."
: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