branch: elpa commit df60ed567cdc306b1e850b7fa70fe1186f8c5762 Author: Arash Esbati <esb...@gmx.de> Commit: Tassilo Horn <t...@gnu.org>
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 files changed, 1 insertions(+), 1 deletions(-) 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)))