Skip to content

Commit

Permalink
forge-insert-notification: Use appropriate binding form
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 6, 2025
1 parent 59bca67 commit 9d37132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/forge-notify.el
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ signal an error."
'font-lock-face 'magit-hash)
(magit-log--wash-summary
(propertize title 'font-lock-face
(if-let ((topic (oref notif topic))
((eq (oref topic status) 'unread)))
(if-let* ((topic (oref notif topic))
((eq (oref topic status) 'unread)))
'forge-topic-unread
'forge-topic-open)))))))
(_
Expand Down

0 comments on commit 9d37132

Please sign in to comment.