auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 0a87fe0 1/3: Fix filling issue ca


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 0a87fe0 1/3: Fix filling issue caused by commit 98455d05.
Date: Tue, 27 Apr 2021 16:09:02 -0400 (EDT)

branch: externals/auctex
commit 0a87fe0a0a63b4bf26cec1af0cc372304e548c6c
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]