From f64049c6026b73896a97ae6d1c8e312b2e56a7e9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 11 May 2011 09:37:03 -0700 Subject: [PATCH] * lisp/newcomment.el (comment-kill): Prefix "unused" local. --- lisp/ChangeLog | 2 ++ lisp/newcomment.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ece031119d..b0ed7bf12b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-05-11 Glenn Morris + * newcomment.el (comment-kill): Prefix "unused" local. + * term/w32console.el (get-screen-color): Declare. * emacs-lisp/bytecomp.el (byte-compile-arglist-warn): diff --git a/lisp/newcomment.el b/lisp/newcomment.el index d3530b1be3..f1243f158a 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -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))) -- 2.20.1