emacs-devel
[Top][All Lists]
Advanced

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

Re: master f7816c94b6: * lisp/outline.el: Pre-compute some frequent data


From: Eli Zaretskii
Subject: Re: master f7816c94b6: * lisp/outline.el: Pre-compute some frequent data for button icons
Date: Sun, 23 Oct 2022 22:27:50 +0300

> --- a/lisp/minibuffer.el
> +++ b/lisp/minibuffer.el
> @@ -1237,7 +1237,7 @@ completions-group-title
>    :version "28.1")
> 
>  (defface completions-group-separator
> -  '((t :inherit shadow :strike-through t))
> +  '((t :inherit shadow :underline t))
>    "Face used for the separator lines between the candidate groups."
>    :version "28.1")

Why is this change a good idea?  That face was introduced in Emacs 28,
so it's already out in the wild.  Why change the default now?  If you
personally don't like the looks, you can change it in your
configuration.

And if we _are_ changing the default, the :version tag should be
adjusted.



reply via email to

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