0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2021-01-05 18:07:29 +01:00
commit c07808af14

View file

@ -3971,7 +3971,7 @@ element it has to parse."
(cond
;; Must end with a full rule.
((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))
;; Ignore pseudo-tables with a single
;; rule.