diff options
author | Juri Linkov <juri@jurta.org> | 2005-06-30 15:04:57 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-06-30 15:04:57 +0000 |
commit | 8c45858f425d2000322b3b0da3ac0d94032d9a98 (patch) | |
tree | c16ba53addf5aa94c5f9022a543f8b18251b116f /lisp/faces.el | |
parent | 9b08f2c11b41c6af501dbce3a0b50bf5921da362 (diff) | |
download | emacs-8c45858f425d2000322b3b0da3ac0d94032d9a98.tar.gz |
(vertical-border): Inherit from mode-line-inactive only on tty.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
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 |