diff options
Diffstat (limited to 'lib/eos/jao-ednc.el')
-rw-r--r-- | lib/eos/jao-ednc.el | 4 |
1 files changed, 3 insertions, 1 deletions
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)) |