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

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

[elpa] elpa df60ed5 05/23: Fix the name of argument in function body


From: Tassilo Horn
Subject: [elpa] elpa df60ed5 05/23: Fix the name of argument in function body
Date: Wed, 30 Mar 2016 19:08:02 +0000

branch: elpa
commit df60ed567cdc306b1e850b7fa70fe1186f8c5762
Author: Arash Esbati <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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)))



reply via email to

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