emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3dd7de6: * lisp/vc/diff-mode.el (diff-context): Set 'extend t' (b


From: Dmitry Gutov
Subject: master 3dd7de6: * lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).
Date: Sun, 1 Dec 2019 18:33:53 -0500 (EST)

branch: master
commit 3dd7de625f13ac2ce85af6c28b91ce4bbcd972ac
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    * lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).
---
 lisp/vc/diff-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 08998fb..b7d59be 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]