Make "Notebook is saved" message volatile

This commit is contained in:
Takafumi Arakaki 2012-09-02 06:01:17 +02:00
parent 8c682252f0
commit 7d604af49d

View file

@ -96,6 +96,13 @@ where NS is `:kernel' or `:notebook' slot of NOTIFICATION."
st ; = event-type
#'ein:notification--callback
(cons ns st))))
(ein:events-on events
'notebook_saved.Notebook
#'ein:notification--fadeout-callback
(list (oref notification :notebook)
"Notebook is saved"
'notebook_saved.Notebook
nil))
(ein:events-on events
'status_restarting.Kernel
#'ein:notification--fadeout-callback