diff options
author | jao <jao@gnu.org> | 2021-06-05 16:24:15 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-06-05 16:24:15 +0100 |
commit | 6a727170bfbf6174ffe27633090d903d18ea2428 (patch) | |
tree | b6404200ba69fd7a13330cd940b5cad0605d5e0d /lib | |
parent | ca8a4fafe65413f63adf4ce6e50b69174a41f12b (diff) | |
download | elibs-6a727170bfbf6174ffe27633090d903d18ea2428.tar.gz elibs-6a727170bfbf6174ffe27633090d903d18ea2428.tar.bz2 |
nits
Diffstat (limited to 'lib')
-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)) |