From 6a727170bfbf6174ffe27633090d903d18ea2428 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 5 Jun 2021 16:24:15 +0100 Subject: nits --- lib/eos/jao-ednc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-ednc.el b/lib/eos/jao-ednc.el index 0e7b8c3..1a85123 100644 --- a/lib/eos/jao-ednc.el +++ b/lib/eos/jao-ednc.el @@ -58,7 +58,9 @@ (add-to-list 'jao-ednc--handlers (cons app handler))) (defun jao-ednc-ignore-app (app) - (jao-ednc-add-handler app (lambda (not _) (ednc-dismiss-notification not)))) + (jao-ednc-add-handler app + (lambda (not _) + (when not (ednc-dismiss-notification not))))) (defun jao-ednc--clean (&optional notification) (tracking-remove-buffer (get-buffer ednc-log-name)) -- cgit v1.2.3