[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0a87fe0a0a63b4bf26cec
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0a87fe0a0a63b4bf26cec1af0cc372304e548c6c |
Date: |
Tue, 27 Apr 2021 16:03:30 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 0a87fe0a0a63b4bf26cec1af0cc372304e548c6c (commit)
from 40b9319b80cd5ad6892126b03599cdc626837d59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0a87fe0a0a63b4bf26cec1af0cc372304e548c6c
Author: Tassilo Horn <tsdh@gnu.org>
Date: Tue Apr 27 22:01:40 2021 +0200
Fix filling issue caused by commit 98455d05.
* latex.el (LaTeX-fill-region-as-para-do): Call
LaTeX-back-to-indentation without explicit arg again.
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
-----------------------------------------------------------------------
Summary of changes:
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 0a87fe0a0a63b4bf26cec1af0cc372304e548c6c,
Tassilo Horn <=