emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c4239ec 1/2: Extend whitespace-empty to the end of the line


From: Lars Ingebrigtsen
Subject: master c4239ec 1/2: Extend whitespace-empty to the end of the line
Date: Sat, 31 Jul 2021 11:46:28 -0400 (EDT)

branch: master
commit c4239ec32c944e74252937bfc52e341f81b7a5a4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 aaa5683..a2dc6ab 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]