* lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user