]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/newcomment.el (comment-kill): Prefix "unused" local.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 16:37:03 +0000 (09:37 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 May 2011 16:37:03 +0000 (09:37 -0700)
lisp/ChangeLog
lisp/newcomment.el

index ece031119d3ba314a2696553be0723bc0aca8e4a..b0ed7bf12bdf0f20585fa52df7d3c24abc44cdda 100644 (file)
@@ -1,5 +1,7 @@
 2011-05-11  Glenn Morris  <rgm@gnu.org>
 
+       * newcomment.el (comment-kill): Prefix "unused" local.
+
        * term/w32console.el (get-screen-color): Declare.
 
        * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
index d3530b1be3ea74126506483d774ee99d70e6a5f6..f1243f158a57979842ef5c2f5d07299e5943c560 100644 (file)
@@ -722,7 +722,7 @@ With any other arg, set comment column to indentation of the previous comment
 With prefix ARG, kill comments on that many lines starting with this one."
   (interactive "P")
   (comment-normalize-vars)
-  (dotimes (i (prefix-numeric-value arg))
+  (dotimes (_i (prefix-numeric-value arg))
     (save-excursion
       (beginning-of-line)
       (let ((cs (comment-search-forward (line-end-position) t)))