auctex-diffs
[Top][All Lists]
Advanced

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

master ad81644c: ; * tex.el (TeX-brace-count-line): Fix last change.


From: Arash Esbati
Subject: master ad81644c: ; * tex.el (TeX-brace-count-line): Fix last change.
Date: Fri, 22 Sep 2023 05:26:35 -0400 (EDT)

branch: master
commit ad81644cf17c80662c4324c3ca0a64ce28ce18ef
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * tex.el (TeX-brace-count-line): Fix last change.
---
 tex.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tex.el b/tex.el
index d508a0cb..a2d6111e 100644
--- a/tex.el
+++ b/tex.el
@@ -5510,10 +5510,7 @@ additional characters."
                           (setq count (- count TeX-brace-indent-level)))
                          ((eq char ?\\)
                           (when (< (point) limit)
-                            ;; ?\\ in verbatim constructs doesn't escape
-                            ;; the next char
-                            (unless (TeX-verbatim-p)
-                              (forward-char))
+                            (forward-char)
                             t)))))))
       count)))
 



reply via email to

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