>From f7d4a952c82dac5105771fd8151969cb5a8afc04 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Mon, 28 Mar 2016 11:15:53 +0200 Subject: [PATCH 2/4] Fix the name of argument in function body * style/currvita.el (LaTeX-currvita-env-with-label): Fix the name of argument in the body of function. --- style/currvita.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/currvita.el b/style/currvita.el index 3da2738..a008753 100644 --- a/style/currvita.el +++ b/style/currvita.el @@ -56,7 +56,7 @@ ;; The inserted \item may have outdented the first line to the ;; right. Fill it, if appropriate. (when (and (not (looking-at "$")) - (not (assoc environment LaTeX-indent-environment-list)) + (not (assoc env LaTeX-indent-environment-list)) (> (- (line-end-position) (line-beginning-position)) (current-fill-column))) (LaTeX-fill-paragraph nil))) -- 2.7.3