Bugfix: Fix an incorrect face definition.
This commit is contained in:
parent
7d05ba72c8
commit
a167da89d1
|
@ -1,5 +1,7 @@
|
||||||
2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
|
2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
|
||||||
|
|
||||||
|
* org-faces.el (org-clock-overlay): Fix bug in face definition.
|
||||||
|
|
||||||
* org-clock.el (org-clock-put-overlay): Use new face instead of
|
* org-clock.el (org-clock-put-overlay): Use new face instead of
|
||||||
`secondary-selection'.
|
`secondary-selection'.
|
||||||
|
|
||||||
|
|
|
@ -408,9 +408,9 @@ changes."
|
||||||
:background "SkyBlue4")
|
:background "SkyBlue4")
|
||||||
(((class color) (min-colors 8))
|
(((class color) (min-colors 8))
|
||||||
:background "cyan" :foreground "black")
|
:background "cyan" :foreground "black")
|
||||||
(t :inverse-video t))
|
(t :inverse-video t)))
|
||||||
"Basic face for displaying the secondary selection."
|
"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
|
(defface org-agenda-structure ;; originally copied from font-lock-function-name-face
|
||||||
(org-compatible-face nil
|
(org-compatible-face nil
|
||||||
|
|
Loading…
Reference in New Issue