diff --git a/lisp/ein-notification.el b/lisp/ein-notification.el index c359891..c35c2f1 100644 --- a/lisp/ein-notification.el +++ b/lisp/ein-notification.el @@ -117,6 +117,8 @@ where NS is `:kernel' or `:notebook' slot of NOTIFICATION." (ein:notification-status-set ns status))) (defun ein:notification--fadeout-callback (packed data) + ;; FIXME: I can simplify this. + ;; Do not pass around message, for exmaple. (let ((ns (nth 0 packed)) (message (nth 1 packed)) (status (nth 2 packed))