]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc/diff-mode.el (diff-fixup-modifs): Remove stray ')' (Bug#8672).
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 01:07:08 +0000 (18:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 May 2011 01:07:08 +0000 (18:07 -0700)
lisp/ChangeLog
lisp/vc/diff-mode.el

index 2e0e7f99e5619ad4973389464961014e2c62c3a8..48be120982b2141f86288644a0c05270a5d6bd13 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * vc/diff-mode.el (diff-fixup-modifs): Remove stray ')' (Bug#8672).
+
 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
 
        * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
index 318163f39ca8eee1408053eeb0b15289c440e9fc..7db34dfd11b1d59a745a2382863092e4e39d9cad 100644 (file)
@@ -1158,7 +1158,7 @@ else cover the whole buffer."
                           (concat "%0" (number-to-string (length old)) "d")
                           (+ space bang minus -1 (string-to-number old)))))
                (unless (string= new old) (replace-match new t t nil 2))))))
-         (setq space 0 plus 0 minus 0 bang 0)))))))
+         (setq space 0 plus 0 minus 0 bang 0))))))
 
 ;;;;
 ;;;; Hooks