Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2015-04-29 23:32:05 +02:00
commit ff1b975679
1 changed files with 12 additions and 11 deletions

View File

@ -3833,7 +3833,8 @@ FILTER-ALIST is an alist of filters we need to apply when
ov (make-overlay b e))
(overlay-put
ov 'face
(cons (cond ((org-face-from-face-or-color
(let ((special-face
(cond ((org-face-from-face-or-color
'priority nil
(cdr (assoc p org-priority-faces))))
((and (listp org-agenda-fontify-priorities)
@ -3841,8 +3842,8 @@ FILTER-ALIST is an alist of filters we need to apply when
'priority nil
(cdr (assoc p org-agenda-fontify-priorities)))))
((equal p l) 'italic)
((equal p h) 'bold))
'org-priority))
((equal p h) 'bold))))
(if special-face (list special-face 'org-priority) 'org-priority)))
(overlay-put ov 'org-type 'org-priority)))))
(defvar org-depend-tag-blocked)