diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/vc/diff-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index c9a5f89b9a1..6ddadb3c239 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))) |
