]> git.eshelyaron.com Git - emacs.git/commit
Improve display of tabulated list header line labels (bug#44068)
authorStephen Berman <stephen.berman@gmx.net>
Wed, 4 Nov 2020 22:52:21 +0000 (23:52 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Wed, 4 Nov 2020 22:52:21 +0000 (23:52 +0100)
commit233d350d1984bcb4e0f636ddfa29482b815fa2f2
tree4b49df4b5b339a347bd9fba187de7f7771681dce
parent1c9500da6615ecaa6e7a5029e0f5d0200d66e7ef
Improve display of tabulated list header line labels (bug#44068)

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-init-header):
Ensure sort indicator appears after the label of any selected
sortable column that is wide enough and enable label truncation
when narrowing a column.

* lisp/emacs-lisp/timer-list.el (timer-list-mode): Improve column
alignment.
(timer-list--function-predicate): Correct typo in doc string.
lisp/emacs-lisp/tabulated-list.el
lisp/emacs-lisp/timer-list.el