branch: externals/auctex
commit 0a87fe0a0a63b4bf26cec1af0cc372304e548c6c
Author: Tassilo Horn <[email protected]>
Commit: Tassilo Horn <[email protected]>
Fix filling issue caused by commit 98455d05.
* latex.el (LaTeX-fill-region-as-para-do): Call
LaTeX-back-to-indentation without explicit arg again.
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index 1feafd1..fe09378 100644
--- a/latex.el
+++ b/latex.el
@@ -3929,7 +3929,7 @@ space does not end a sentence, so don't break a line
there."
(goto-char from)
(let* (linebeg
(code-comment-start (save-excursion
- (LaTeX-back-to-indentation 'inner)
+ (LaTeX-back-to-indentation)
(TeX-search-forward-comment-start
(line-end-position))))
(end-marker (save-excursion