From a167da89d12b5bb5a860804861ea33ec25b76f83 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 22 Jan 2009 10:24:09 +0100 Subject: [PATCH] Bugfix: Fix an incorrect face definition. --- lisp/ChangeLog | 2 ++ lisp/org-faces.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fa5b824b..18d9a318c 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-01-22 Carsten Dominik + * org-faces.el (org-clock-overlay): Fix bug in face definition. + * org-clock.el (org-clock-put-overlay): Use new face instead of `secondary-selection'. diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 409b159df..de5db6392 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -408,9 +408,9 @@ changes." :background "SkyBlue4") (((class color) (min-colors 8)) :background "cyan" :foreground "black") - (t :inverse-video t)) + (t :inverse-video t))) "Basic face for displaying the secondary selection." - :group 'org-faces)) + :group 'org-faces) (defface org-agenda-structure ;; originally copied from font-lock-function-name-face (org-compatible-face nil