emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex fa547aa71e 02/77: Don't increase indentation aft


From: Tassilo Horn
Subject: [elpa] externals/auctex fa547aa71e 02/77: Don't increase indentation after \iff
Date: Fri, 26 Aug 2022 16:06:31 -0400 (EDT)

branch: externals/auctex
commit fa547aa71e9376b19630a5e0db017dc619451b75
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    Don't increase indentation after \iff
    
    * latex.el (LaTeX-indent-commands-regexp-make): Add "iff" to list
    of macros which don't increase indentation.  (bug#54943)
---
 latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/latex.el b/latex.el
index 5747449c5a..7ec66cd923 100644
--- a/latex.el
+++ b/latex.el
@@ -3894,7 +3894,7 @@ macros are added to the regexp's.  This function is 
called in
              'LaTeX-indent-end-regexp-local)
     (funcall func
              LaTeX-indent-begin-exceptions-list
-             "ifthenelse\\b"
+             "ifthenelse\\b\\|iff\\b"
              'LaTeX-indent-begin-regexp-exceptions-local)))
 
 (defun LaTeX-indent-line ()



reply via email to

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