mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Extend whitespace-empty to the end of the line
* lisp/whitespace.el (whitespace-empty): Restore Emacs 26 look by extending the face (bug#42112).
This commit is contained in:
parent
5ecf39a5ea
commit
c4239ec32c
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ Used when `whitespace-style' includes the value `empty'.")
|
||||||
|
|
||||||
(defface whitespace-empty
|
(defface whitespace-empty
|
||||||
'((((class mono)) :inverse-video t :weight bold :underline t)
|
'((((class mono)) :inverse-video t :weight bold :underline t)
|
||||||
(t :background "yellow" :foreground "firebrick"))
|
(t :background "yellow" :foreground "firebrick" :extend t))
|
||||||
"Face used to visualize empty lines at beginning and/or end of buffer."
|
"Face used to visualize empty lines at beginning and/or end of buffer."
|
||||||
:group 'whitespace)
|
:group 'whitespace)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue