Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61c6a10e
Commit
61c6a10e
authored
Nov 29, 2016
by
Noam Postavsky
Browse files
* lisp/vc/diff-mode.el (diff-refine-hunk): Remove redundant variable.
parent
fa525b7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/vc/diff-mode.el
lisp/vc/diff-mode.el
+0
-1
No files found.
lisp/vc/diff-mode.el
View file @
61c6a10e
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment