From 21eef3b137d1d8364035252117d9bce12dafb4be Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 30 Oct 2011 01:36:59 +0200 Subject: [PATCH] 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. --- lisp/org-faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 7c66c89d1..7b7dfa720 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -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) -- 2.11.4.GIT