emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104194: * lisp/newcomment.el (commen


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104194: * lisp/newcomment.el (comment-kill): Prefix "unused" local.
Date: Wed, 11 May 2011 09:37:03 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104194
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-11 09:37:03 -0700
message:
  * lisp/newcomment.el (comment-kill): Prefix "unused" local.
modified:
  lisp/ChangeLog
  lisp/newcomment.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-11 16:34:15 +0000
+++ b/lisp/ChangeLog    2011-05-11 16:37:03 +0000
@@ -1,5 +1,7 @@
 2011-05-11  Glenn Morris  <address@hidden>
 
+       * newcomment.el (comment-kill): Prefix "unused" local.
+
        * term/w32console.el (get-screen-color): Declare.
 
        * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):

=== modified file 'lisp/newcomment.el'
--- a/lisp/newcomment.el        2011-03-11 20:04:22 +0000
+++ b/lisp/newcomment.el        2011-05-11 16:37:03 +0000
@@ -722,7 +722,7 @@
 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)))


reply via email to

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