From: Paul Eggert Date: Mon, 16 May 2011 01:07:08 +0000 (-0700) Subject: * vc/diff-mode.el (diff-fixup-modifs): Remove stray ')' (Bug#8672). X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~239^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3cdcd1446538e4608b0d2dc31e6c8bd97bd9c5c;p=emacs.git * vc/diff-mode.el (diff-fixup-modifs): Remove stray ')' (Bug#8672). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e0e7f99e56..48be120982b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-05-16 Paul Eggert + + * vc/diff-mode.el (diff-fixup-modifs): Remove stray ')' (Bug#8672). + 2011-05-15 Chong Yidong * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 318163f39ca..7db34dfd11b 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -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