mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Add FIXME: ein:notification--fadeout-callback
This commit is contained in:
parent
4084d15144
commit
0824110f66
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue