projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa525b7
)
* lisp/vc/diff-mode.el (diff-refine-hunk): Remove redundant variable.
author
Noam Postavsky
<npostavs@gmail.com>
Tue, 29 Nov 2016 23:52:41 +0000
(18:52 -0500)
committer
Noam Postavsky
<npostavs@gmail.com>
Tue, 29 Nov 2016 23:52:41 +0000
(18:52 -0500)
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index c9a5f89b9a1322eef7bfa99513541942ca716a28..6ddadb3c239faac434c86e0ba8197c4643a3d405 100644
(file)
--- 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)))