From 80f38036a6df37c1dcc2225c63a3cb3e305a4a36 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 8 Feb 2024 21:49:42 +0100 Subject: [PATCH] forge--ghub-update-notifications: Fix typo Re #609. --- lisp/forge-github.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/forge-github.el b/lisp/forge-github.el index d7a3d165..8e7ae796 100644 --- a/lisp/forge-github.el +++ b/lisp/forge-github.el @@ -464,7 +464,7 @@ (`(nil ,_ always-unread) 'unread) (`(nil ,_ pending-again) 'pending) ('(nil unset pending-if-unset) 'pending) - ('(nil ,_ ,_ 'done)))))) + (`(nil ,_ ,_ 'done)))))) (forge--zap-repository-cache repo)))) ;;;; Miscellaneous