add ein:exit as an alias to ein:quit and make both autoloaded

This commit is contained in:
Sam Steingold 2019-11-25 10:14:50 -05:00
parent 4afa698c9c
commit 0a5b663d23

View file

@ -1783,6 +1783,10 @@ the first argument and CBARGS as the rest of arguments."
(add-hook 'kill-emacs-query-functions 'ein:notebook-close-notebooks t)
;;;###autoload
(defalias 'ein:exit 'ein:quit)
;;;###autoload
(defun ein:quit (&optional force)
"Close all notebooks and servers."
(interactive "P")