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