diff --git a/core/core-ui.el b/core/core-ui.el index 19ccd0c48..1f8424d11 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -143,7 +143,7 @@ read-only or not file-visiting." (cl-union (if indent-tabs-mode '(indentation) '(tabs tab-mark)) whitespace-style) `(face ,@(if indent-tabs-mode '(indentation) '(tabs tab-mark)) - trailing-lines tail))) + trailing))) (whitespace-mode +1)))