From 9d3713281d526abf327746b66448c8a7190569c8 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 6 Jan 2025 20:13:02 +0100 Subject: [PATCH] forge-insert-notification: Use appropriate binding form --- lisp/forge-notify.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/forge-notify.el b/lisp/forge-notify.el index 2959e68c..07135dcb 100644 --- a/lisp/forge-notify.el +++ b/lisp/forge-notify.el @@ -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))))))) (_