Merge branch 'maint'
This commit is contained in:
commit
9f7fd9d2bb
|
@ -1915,7 +1915,7 @@ Assume point is at the beginning of the paragraph."
|
||||||
"^[ \t]*#\\+END:?[ \t]*$" limit t)))
|
"^[ \t]*#\\+END:?[ \t]*$" limit t)))
|
||||||
;; Stop at valid blocks.
|
;; Stop at valid blocks.
|
||||||
(and (looking-at
|
(and (looking-at
|
||||||
"[ \t]*#\\+BEGIN_\\(\\S-+\\)[ \t]*$")
|
"[ \t]*#\\+BEGIN_\\(\\S-+\\)")
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(re-search-forward
|
(re-search-forward
|
||||||
(format "^[ \t]*#\\+END_%s[ \t]*$"
|
(format "^[ \t]*#\\+END_%s[ \t]*$"
|
||||||
|
|
Loading…
Reference in New Issue