projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f2145f
)
* lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).
author
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 1 Dec 2019 23:33:41 +0000
(
01:33
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 1 Dec 2019 23:33:41 +0000
(
01:33
+0200)
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index 08998fbc776b50da0336a8f960b63afc1a653781..b7d59bef8abbe4aee72b34fb0b8d4e94fdf11f0f 100644
(file)
--- 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 "2
5
.1")
+ :version "2
7
.1")
(defface diff-nonexistent
'((t :inherit diff-file-header))