mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-24 07:20:29 +00:00
Compatibility: Make new face compatible with XEmacs
This commit is contained in:
parent
41db8545a8
commit
2ccea84c96
@ -1,5 +1,8 @@
|
||||
2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* 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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user