Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-09-08 23:53:16 +02:00
commit aecdf50dc6
1 changed files with 2 additions and 2 deletions

View File

@ -2177,7 +2177,7 @@ Assume point is at the beginning of the paragraph."
(re-search-forward (re-search-forward
(format "^[ \t]*#\\+END_%s[ \t]*$" (format "^[ \t]*#\\+END_%s[ \t]*$"
(regexp-quote (regexp-quote
(match-string-no-properties 1))) (org-match-string-no-properties 1)))
limit t))) limit t)))
;; Stop at valid latex environments. ;; Stop at valid latex environments.
(and (looking-at (and (looking-at
@ -2186,7 +2186,7 @@ Assume point is at the beginning of the paragraph."
(re-search-forward (re-search-forward
(format "^[ \t]*\\\\end{%s}[ \t]*$" (format "^[ \t]*\\\\end{%s}[ \t]*$"
(regexp-quote (regexp-quote
(match-string-no-properties 1))) (org-match-string-no-properties 1)))
limit t))) limit t)))
;; Stop at valid keywords. ;; Stop at valid keywords.
(looking-at "[ \t]*#\\+\\S-+:") (looking-at "[ \t]*#\\+\\S-+:")