diff options
| author | Juri Linkov | 2019-10-19 23:51:03 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-19 23:51:03 +0300 |
| commit | 7e238e7d50872d43a137c1350cb3b293aea176c2 (patch) | |
| tree | c0c419cfd199ecb32956787a252368a6c0fb31cd /etc | |
| parent | ab7db2814f6bf0a02d533d2cbf1a3d5160a7a007 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -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. |
| 392 | The new face attribute ':extend' controls whether to use the face for | 392 | The new face attribute ':extend' controls whether to use the face for |
| 393 | displaying the empty space beyond end of line (EOL) till the edge of | 393 | displaying the empty space beyond end of line (EOL) till the edge of |
| 394 | the window. By default, this attribute is non-nil only for 'region' | 394 | the window. By default, this attribute is non-nil only for 'region', |
| 395 | and '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 |
| 396 | affect the display of the empty space at EOL. | 396 | crosses 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 | ||