]> code.delx.au - gnu-emacs-elpa/blobdiff - company-elisp.el
Fix some more compilation warnings
[gnu-emacs-elpa] / company-elisp.el
index b55ed9f20d9f85bc4ad143ffd3b46bb8cde26abe..5bfc27e043fee12b431a4ec5c16b3846de5f4ce9 100644 (file)
@@ -111,7 +111,7 @@ first in the candidates list."
         res)
     (condition-case nil
         (save-excursion
-          (dotimes (i company-elisp-parse-depth)
+          (dotimes (_ company-elisp-parse-depth)
             (up-list -1)
             (save-excursion
               (when (eq (char-after) ?\()
@@ -126,7 +126,7 @@ first in the candidates list."
                                   company-elisp-var-binding-regexp))
                     (down-list 1)
                     (condition-case nil
-                        (dotimes (i company-elisp-parse-limit)
+                        (dotimes (_ company-elisp-parse-limit)
                           (save-excursion
                             (when (looking-at "[ \t\n]*(")
                               (down-list 1))