Fix ein:notebook-kill-all-buffers

This commit is contained in:
Takafumi Arakaki 2012-08-19 05:02:18 +02:00
parent c020d6e645
commit 37b79cef84

View file

@ -1493,7 +1493,7 @@ Called via `kill-emacs-query-functions'."
"Really kill all of them?")
(length notebooks)))
(progn (ein:log 'info "Killing all notebook buffers...")
(mapc #'ein:notebook-close unsaved)
(mapc #'ein:notebook-close notebooks)
(ein:log 'info "Killing all notebook buffers... Done!"))
(ein:log 'info "Canceled to kill all notebooks."))
(ein:log 'info "No opened notebooks."))))