瀏覽代碼

Merge branch 'maint'

Nicolas Goaziou 12 年之前
父節點
當前提交
9f7fd9d2bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-element.el

+ 1 - 1
lisp/org-element.el

@@ -1915,7 +1915,7 @@ Assume point is at the beginning of the paragraph."
 				 "^[ \t]*#\\+END:?[ \t]*$" limit t)))
 			 ;; Stop at valid blocks.
 			 (and (looking-at
-			       "[ \t]*#\\+BEGIN_\\(\\S-+\\)[ \t]*$")
+			       "[ \t]*#\\+BEGIN_\\(\\S-+\\)")
 			      (save-excursion
 				(re-search-forward
 				 (format "^[ \t]*#\\+END_%s[ \t]*$"