From 88cb78d97bcbaa83d5ccfa61a4ac8145676363bf Mon Sep 17 00:00:00 2001 From: Philippe Vaucher Date: Fri, 10 Aug 2018 11:52:13 +0200 Subject: [PATCH] Use less ambiguous sort icons for tabulated list --- lisp/emacs-lisp/tabulated-list.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el index 58619ecda..79df5b795 100644 --- a/lisp/emacs-lisp/tabulated-list.el +++ b/lisp/emacs-lisp/tabulated-list.el @@ -229,8 +229,8 @@ Populated by `tabulated-list-init-header'.") (concat label (cond ((> (+ 2 (length label)) width) "") - ((cdr tabulated-list-sort-key) " ▲") - (t " ▼"))) + ((cdr tabulated-list-sort-key) " ◤") + (t " ◣"))) 'face 'bold 'tabulated-list-column-name label button-props)) -- 2.18.0