summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-01-20 10:55:32 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-01-20 10:55:32 -0700
commit041c68f58621c3576cce6abd8b4a5b6caa74bbb8 (patch)
tree65108da9455da8882df4a659ef8b8cec4b1973bf
parent70c58b93f1c6ced56d49d3aa501174bb17fc11a7 (diff)
parentd19a347a8b9ac65dd1fd8aaeaae91d23b7755f3e (diff)
downloadorg-mode-041c68f58621c3576cce6abd8b4a5b6caa74bbb8.tar.gz
Merge branch 'maint' of orgmode.org:org-mode into origin-maint
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 50ee688..67ea52b 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5792,7 +5792,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
(if org-fontify-done-headline
(list (format org-heading-keyword-regexp-format
(concat
- "\\("
+ "\\(?:"
(mapconcat 'regexp-quote org-done-keywords "\\|")
"\\)"))
'(2 'org-headline-done t))