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