auctex-diffs
[Top][All Lists]
Advanced

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

master cdf57fba 4/7: * latex.el (TeX-arg-conditional): Declare 'indent'.


From: Arash Esbati
Subject: master cdf57fba 4/7: * latex.el (TeX-arg-conditional): Declare 'indent'.
Date: Thu, 3 Nov 2022 18:04:56 -0400 (EDT)

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

    * latex.el (TeX-arg-conditional): Declare 'indent'.
---
 latex.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/latex.el b/latex.el
index 910c046c..20a337c5 100644
--- a/latex.el
+++ b/latex.el
@@ -2109,6 +2109,7 @@ It will setup BibTeX to store keys in an auto file."
 If EXPR evaluate to true, parse THEN as an argument list, else
 parse ELSE as an argument list.  The compatibility argument
 OPTIONAL is ignored."
+  (declare (indent 2))
   (TeX-parse-arguments (if (eval expr t) then else)))
 
 (defun TeX-arg-eval (optional &rest args)



reply via email to

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