mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix ein:notebook-kill-all-buffers
This commit is contained in:
parent
c020d6e645
commit
37b79cef84
1 changed files with 1 additions and 1 deletions
|
@ -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."))))
|
||||
|
|
Loading…
Add table
Reference in a new issue