org-faces.el (org-agenda-filter-tags): Use the 'modeline face as default.

* org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
  default.
This commit is contained in:
Bastien Guerry 2011-10-30 01:36:59 +02:00
parent ae02e3f333
commit 21eef3b137
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ month and 365.24 days for a year)."
:group 'org-faces)
(defface org-agenda-filter-tags
(org-compatible-face 'default
(org-compatible-face 'modeline
nil)
"Face for tag(s) in the mode-line when filtering the agenda."
:group 'org-faces)