emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 61c6a10: * lisp/vc/diff-mode.el (diff-refine-hunk):


From: Noam Postavsky
Subject: [Emacs-diffs] master 61c6a10: * lisp/vc/diff-mode.el (diff-refine-hunk): Remove redundant variable.
Date: Tue, 29 Nov 2016 23:52:14 +0000 (UTC)

branch: master
commit 61c6a10e3110490dadac4577cc540053341ff25c
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * lisp/vc/diff-mode.el (diff-refine-hunk): Remove redundant variable.
---
 lisp/vc/diff-mode.el |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index c9a5f89..6ddadb3 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -2065,7 +2065,6 @@ For use in `add-log-current-defun-function'."
   (require 'smerge-mode)
   (save-excursion
     (let* ((hunk-bounds (diff-bounds-of-hunk))
-           (start (goto-char (car hunk-bounds)))
            (style (diff-hunk-style))    ;Skips the hunk header as well.
            (beg (point))
            (props-c '((diff-mode . fine) (face diff-refine-changed)))



reply via email to

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