summaryrefslogtreecommitdiff
path: root/lisp/org/org-faces.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-faces.el')
-rw-r--r--lisp/org/org-faces.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el
index e94d1dbf0fa..eb415a4a154 100644
--- a/lisp/org/org-faces.el
+++ b/lisp/org/org-faces.el
@@ -1,6 +1,7 @@
;;; org-faces.el --- Face definitions for Org-mode.
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009;
+;; Free Software Foundation, Inc.
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
@@ -408,7 +409,7 @@ 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)