瀏覽代碼

Revert "org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification bug"

This reverts commit 001b6d1ebdd6e55097e60d4862c9baf98718a002.
Bastien Guerry 12 年之前
父節點
當前提交
841a81007d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      lisp/org.el

+ 1 - 2
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:"