Fix: (ement-taxy-column-Unread) Typo in help-echo

This commit is contained in:
Adam Porter 2022-03-30 09:43:27 -05:00
parent a6e935a3b7
commit 196929b01f

View file

@ -217,7 +217,7 @@
'mouse-face 'highlight)) 'mouse-face 'highlight))
""))) "")))
(ement-taxy-define-column #("Unread" 0 6 (help-echo "Unread events (Notifications:Highlights")) (:align 'right) (ement-taxy-define-column #("Unread" 0 6 (help-echo "Unread events (Notifications:Highlights)")) (:align 'right)
(pcase-let* ((`[,(cl-struct ement-room unread-notifications) ,_session] item) (pcase-let* ((`[,(cl-struct ement-room unread-notifications) ,_session] item)
((map notification_count highlight_count) unread-notifications)) ((map notification_count highlight_count) unread-notifications))
(if (or (not unread-notifications) (if (or (not unread-notifications)