]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/minibuffer.el (completions-group-separator): Revert f7816c94b6.
authorJuri Linkov <juri@linkov.net>
Mon, 12 Dec 2022 17:30:55 +0000 (19:30 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 12 Dec 2022 17:30:55 +0000 (19:30 +0200)
Change face attribute from :underline back to :strike-through.
https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg01792.html

lisp/minibuffer.el

index 5faa3c8d4e8940d363281b1295ca31f7b94591c7..6e42296e7ba7a35f70de08c48364c1550f36e356 100644 (file)
@@ -1326,9 +1326,9 @@ pair of a group title string and a list of group candidate strings."
   :version "28.1")
 
 (defface completions-group-separator
-  '((t :inherit shadow :underline t))
+  '((t :inherit shadow :strike-through t))
   "Face used for the separator lines between the candidate groups."
-  :version "29.1")
+  :version "28.1")
 
 (defun completion--cycle-threshold (metadata)
   (let* ((cat (completion-metadata-get metadata 'category))