* lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).
This commit is contained in:
parent
9f2145f42d
commit
3dd7de625f
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue