diff options
author | jao <jao@gnu.org> | 2021-06-08 19:53:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-08 19:53:54 +0100 |
commit | 9a20f22eab0381402bf443d72620db93102798a9 (patch) | |
tree | 5b1ff87c98d73f9c746903c22296b3f5a7668728 /lib | |
parent | cf572d0d14909cc0f95b4560831a32a40a3be799 (diff) | |
download | elibs-9a20f22eab0381402bf443d72620db93102798a9.tar.gz elibs-9a20f22eab0381402bf443d72620db93102798a9.tar.bz2 |
nits
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)) |