branch: externals/auctex
commit cdf57fba58e7b2857a5f489db0a51d572427e82f
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@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 910c046cad..20a337c515 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