aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/diff-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index a4c0618c672..0291a13e199 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -2026,7 +2026,7 @@ For use in `add-log-current-defun-function'."
2026 '((default 2026 '((default
2027 :inherit diff-refine-changed) 2027 :inherit diff-refine-changed)
2028 (((class color) (min-colors 88) (background light)) 2028 (((class color) (min-colors 88) (background light))
2029 :background "#ffbbbb") 2029 :background "#ffcccc")
2030 (((class color) (min-colors 88) (background dark)) 2030 (((class color) (min-colors 88) (background dark))
2031 :background "#aa2222")) 2031 :background "#aa2222"))
2032 "Face used for removed characters shown by `diff-refine-hunk'." 2032 "Face used for removed characters shown by `diff-refine-hunk'."
@@ -2036,7 +2036,7 @@ For use in `add-log-current-defun-function'."
2036 '((default 2036 '((default
2037 :inherit diff-refine-changed) 2037 :inherit diff-refine-changed)
2038 (((class color) (min-colors 88) (background light)) 2038 (((class color) (min-colors 88) (background light))
2039 :background "#aaffaa") 2039 :background "#bbffbb")
2040 (((class color) (min-colors 88) (background dark)) 2040 (((class color) (min-colors 88) (background dark))
2041 :background "#22aa22")) 2041 :background "#22aa22"))
2042 "Face used for added characters shown by `diff-refine-hunk'." 2042 "Face used for added characters shown by `diff-refine-hunk'."