]> git.eshelyaron.com Git - emacs.git/commitdiff
Extend whitespace-empty to the end of the line
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Jul 2021 14:52:44 +0000 (16:52 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 31 Jul 2021 14:52:44 +0000 (16:52 +0200)
* lisp/whitespace.el (whitespace-empty): Restore Emacs 26 look by
extending the face (bug#42112).

lisp/whitespace.el

index aaa56835cdd15e5d8e8765e73bd9913278df89fa..a2dc6ab9814e1f9ed93d94bc89e7b5b498b8fed4 100644 (file)
@@ -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)