From 9a20f22eab0381402bf443d72620db93102798a9 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 8 Jun 2021 19:53:20 +0100 Subject: nits --- lib/eos/jao-ednc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-ednc.el b/lib/eos/jao-ednc.el index 1a85123..5750ea7 100644 --- a/lib/eos/jao-ednc.el +++ b/lib/eos/jao-ednc.el @@ -60,7 +60,7 @@ (defun jao-ednc-ignore-app (app) (jao-ednc-add-handler app (lambda (not _) - (when not (ednc-dismiss-notification not))))) + (ignore-errors (ednc-dismiss-notification not))))) (defun jao-ednc--clean (&optional notification) (tracking-remove-buffer (get-buffer ednc-log-name)) -- cgit v1.2.3