Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-02-24 17:24:35 +01:00
commit d55fa4b783
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ CONTENTS is the contents of the element."
(forward-line)
(let ((origin (point)))
(when (re-search-forward inlinetask-re limit t)
(if (looking-at "^\\*+ END[ \t]*$") (forward-line)
(if (org-looking-at-p "END[ \t]*$") (forward-line)
(goto-char origin)))))
;; At some text line. Check if it ends any previous item.
(t