diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12f5beea0..9f1c4b39a 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-01-25 Carsten Dominik + * org-faces.el (org-clock-overlay): Make face compatible with + XEmacs. + * org.el (org-yank): Add property for delete-selection mode. * org-exp.el (org-export-as-html): Turn \par into a paragraph. diff --git a/lisp/org-faces.el b/lisp/org-faces.el index e94d1dbf0..1b966a95d 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -408,7 +408,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)