* lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).

This commit is contained in:
Dmitry Gutov 2019-12-02 01:33:41 +02:00
parent 9f2145f42d
commit 3dd7de625f

View file

@ -384,9 +384,9 @@ well."
"`diff-mode' face used to highlight function names produced by \"diff -p\".")
(defface diff-context
'((t nil))
'((t :extend t))
"`diff-mode' face used to highlight context and other side-information."
:version "25.1")
:version "27.1")
(defface diff-nonexistent
'((t :inherit diff-file-header))