소스 검색

Merge branch 'maint'

Nicolas Goaziou 4 년 전
부모
커밋
c07808af14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-element.el

+ 1 - 1
lisp/org-element.el

@@ -3971,7 +3971,7 @@ element it has to parse."
 		       (cond
 		       (cond
 			;; Must end with a full rule.
 			;; Must end with a full rule.
 			((not (re-search-forward non-table.el-line limit 'move))
 			((not (re-search-forward non-table.el-line limit 'move))
-			 (beginning-of-line)
+			 (if (bolp) (forward-line -1) (beginning-of-line))
 			 (looking-at rule-regexp))
 			 (looking-at rule-regexp))
 			;; Ignore pseudo-tables with a single
 			;; Ignore pseudo-tables with a single
 			;; rule.
 			;; rule.