summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-12-31 15:12:09 +0100
committerBastien Guerry <bzg@altern.org>2012-12-31 15:12:09 +0100
commit841a81007d63b3fda0bcac0bcb62a26a4c9cfe98 (patch)
tree0fa6aa7eacb6094b1ccab421146bba1808b83eeb
parent001b6d1ebdd6e55097e60d4862c9baf98718a002 (diff)
downloadorg-mode-841a81007d63b3fda0bcac0bcb62a26a4c9cfe98.tar.gz
Revert "org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification bug"
This reverts commit 001b6d1ebdd6e55097e60d4862c9baf98718a002.
-rw-r--r--lisp/org.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 036409b..a780fa3 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5417,8 +5417,7 @@ by a #."
(match-beginning 6) (match-end 6)
(if (string-equal dc1 "+title:")
'(font-lock-fontified t face org-document-title)
- '(font-lock-fontified t face org-document-info)))
- (org-rear-nonsticky-at (match-end 0)))
+ '(font-lock-fontified t face org-document-info))))
((or (equal dc1 "+results")
(member dc1 '("+begin:" "+end:" "+caption:" "+label:"
"+orgtbl:" "+tblfm:" "+tblname:" "+results:"