summaryrefslogtreecommitdiffhomepage
path: root/lib/eos
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-08 19:53:20 +0100
committerjao <jao@gnu.org>2021-06-08 19:53:54 +0100
commit9a20f22eab0381402bf443d72620db93102798a9 (patch)
tree5b1ff87c98d73f9c746903c22296b3f5a7668728 /lib/eos
parentcf572d0d14909cc0f95b4560831a32a40a3be799 (diff)
downloadelibs-9a20f22eab0381402bf443d72620db93102798a9.tar.gz
elibs-9a20f22eab0381402bf443d72620db93102798a9.tar.bz2
nits
Diffstat (limited to 'lib/eos')
-rw-r--r--lib/eos/jao-ednc.el2
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))