1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

* vc/diff-mode.el (diff-fixup-modifs): Remove stray ')' (Bug#8672).

This commit is contained in:
Paul Eggert 2011-05-15 18:07:08 -07:00
parent 1fc5f20492
commit d3cdcd1446
2 changed files with 5 additions and 1 deletions

View 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

View 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