Cosmetic change in ein-console.el

This commit is contained in:
Takafumi Arakaki 2012-08-16 16:03:53 +02:00
parent a19d80cb1d
commit 39fbba35f0

View file

@ -29,6 +29,13 @@
(require 'ein)
(require 'ein-utils)
;; Functions from `Fabian Gallina's python.el`_
;; NOTE: Do *not* load python.el here, since user may be using the other
;; version of python-mode.
(declare-function python-shell-make-comint "python")
(declare-function python-shell-get-process-name "python")
(declare-function python-shell-switch-to-shell "python")
(defcustom ein:console-security-dir ""
"Security directory setting.
@ -112,11 +119,6 @@ Types same as `ein:console-security-dir' are valid."
(defun ein:console-args-get (url-or-port)
(ein:choose-setting 'ein:console-args url-or-port))
;; `Fabian Gallina's python.el`_
(declare-function python-shell-make-comint "python")
(declare-function python-shell-get-process-name "python")
(declare-function python-shell-switch-to-shell "python")
(defun ein:console-open ()
"Open IPython console.
To use this function, `ein:console-security-dir' and