Add FIXME: ein:notification--fadeout-callback

This commit is contained in:
Takafumi Arakaki 2012-09-02 06:16:55 +02:00
parent 4084d15144
commit 0824110f66

View file

@ -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))