branch: elpa/radio
commit cb30f708335d80b7118ad0ff87dda51475af36a4
Author: Roi Martin <jroi.mar...@gmail.com>
Commit: Roi Martin <jroi.mar...@gmail.com>

    lisp/radio.el: show tabulated-list-mode header
---
 lisp/radio.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/radio.el b/lisp/radio.el
index fa352c1c5a..db720f05b9 100644
--- a/lisp/radio.el
+++ b/lisp/radio.el
@@ -132,7 +132,8 @@ effect."
                               ("Station" 30 t)
                               ("URL" 0 t)])
   (setq tabulated-list-sort-key '("Station" . nil))
-  (setq tabulated-list-entries #'radio-list-stations--generate))
+  (setq tabulated-list-entries #'radio-list-stations--generate)
+  (tabulated-list-init-header))
 
 ;;;###autoload
 (defun radio-list-stations ()

Reply via email to