Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2013-01-27 09:21:47 +01:00
commit 9b4b890da2
1 changed files with 1 additions and 1 deletions

View File

@ -5590,7 +5590,7 @@ by a #."
'(font-lock-fontified t invisible t)
'(font-lock-fontified t face org-document-info-keyword)))
(add-text-properties
(match-beginning 6) (1+ (match-end 6))
(match-beginning 6) (min (point-max) (1+ (match-end 6)))
(if (string-equal dc1 "+title:")
'(font-lock-fontified t face org-document-title)
'(font-lock-fontified t face org-document-info))))