aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-10-19 23:51:03 +0300
committerJuri Linkov2019-10-19 23:51:03 +0300
commit7e238e7d50872d43a137c1350cb3b293aea176c2 (patch)
treec0c419cfd199ecb32956787a252368a6c0fb31cd /etc
parentab7db2814f6bf0a02d533d2cbf1a3d5160a7a007 (diff)
downloademacs-7e238e7d50872d43a137c1350cb3b293aea176c2.tar.gz
emacs-7e238e7d50872d43a137c1350cb3b293aea176c2.zip
Add ':extend t' face attribute to diff faces (bug#37774)
* lisp/vc/diff-mode.el (diff-header, diff-file-header) (diff-removed, diff-added): Add ':extend t' face attribute. * lisp/vc/ediff-init.el (ediff-current-diff-A) (ediff-current-diff-B, ediff-current-diff-C) (ediff-current-diff-Ancestor, ediff-even-diff-A) (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor) (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C) (ediff-odd-diff-Ancestor): Add ':extend t' face attribute. * lisp/vc/smerge-mode.el (smerge-upper, smerge-lower) (smerge-base, smerge-markers): Add ':extend t' face attribute. * lisp/vc/log-view.el (log-view-file, log-view-message): Add ':extend t' face attribute. * lisp/faces.el (secondary-selection): Add ':extend t' face attribute. (line-number-major-tick, line-number-minor-tick): Change :foreground to :background.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd46360ed23..6ed3fd46085 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -391,9 +391,9 @@ to 'completion-styles' or 'completion-category-overrides' to use it.
391** New face attribute ':extend' to control face extension at EOL. 391** New face attribute ':extend' to control face extension at EOL.
392The new face attribute ':extend' controls whether to use the face for 392The new face attribute ':extend' controls whether to use the face for
393displaying the empty space beyond end of line (EOL) till the edge of 393displaying the empty space beyond end of line (EOL) till the edge of
394the window. By default, this attribute is non-nil only for 'region' 394the window. By default, this attribute is non-nil only for 'region',
395and 'hl-line' faces; any other face that crosses end of line will not 395'secondary-selection', 'hl-line' and diff faces; any other face that
396affect the display of the empty space at EOL. 396crosses end of line will not affect the display of the empty space at EOL.
397 397
398** Connection-local variables 398** Connection-local variables
399 399