mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Fix: (ement-taxy-column-Unread) Typo in help-echo
This commit is contained in:
parent
a6e935a3b7
commit
196929b01f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue