diff options
| -rw-r--r-- | lisp/vc/diff-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 08998fbc776..b7d59bef8ab 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el | |||
| @@ -384,9 +384,9 @@ well." | |||
| 384 | "`diff-mode' face used to highlight function names produced by \"diff -p\".") | 384 | "`diff-mode' face used to highlight function names produced by \"diff -p\".") |
| 385 | 385 | ||
| 386 | (defface diff-context | 386 | (defface diff-context |
| 387 | '((t nil)) | 387 | '((t :extend t)) |
| 388 | "`diff-mode' face used to highlight context and other side-information." | 388 | "`diff-mode' face used to highlight context and other side-information." |
| 389 | :version "25.1") | 389 | :version "27.1") |
| 390 | 390 | ||
| 391 | (defface diff-nonexistent | 391 | (defface diff-nonexistent |
| 392 | '((t :inherit diff-file-header)) | 392 | '((t :inherit diff-file-header)) |