From c4239ec32c944e74252937bfc52e341f81b7a5a4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 31 Jul 2021 16:52:44 +0200 Subject: [PATCH] Extend whitespace-empty to the end of the line * lisp/whitespace.el (whitespace-empty): Restore Emacs 26 look by extending the face (bug#42112). --- lisp/whitespace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/whitespace.el b/lisp/whitespace.el index aaa56835cdd..a2dc6ab9814 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -593,7 +593,7 @@ Used when `whitespace-style' includes the value `empty'.") (defface whitespace-empty '((((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." :group 'whitespace) -- 2.39.2