aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index adf7b33ccbb..32d645cfcc9 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2923,11 +2923,17 @@ be asked for their values."
2923 "Instead call `python-shell-get-process' and create one if returns nil." 2923 "Instead call `python-shell-get-process' and create one if returns nil."
2924 "25.1") 2924 "25.1")
2925 2925
2926(define-obsolete-variable-alias
2927 'python-buffer 'python-shell-internal-buffer "24.3")
2928
2926(defvar python-shell-internal-buffer nil 2929(defvar python-shell-internal-buffer nil
2927 "Current internal shell buffer for the current buffer. 2930 "Current internal shell buffer for the current buffer.
2928This is really not necessary at all for the code to work but it's 2931This is really not necessary at all for the code to work but it's
2929there for compatibility with CEDET.") 2932there for compatibility with CEDET.")
2930 2933
2934(define-obsolete-variable-alias
2935 'python-preoutput-result 'python-shell-internal-last-output "24.3")
2936
2931(defvar python-shell-internal-last-output nil 2937(defvar python-shell-internal-last-output nil
2932 "Last output captured by the internal shell. 2938 "Last output captured by the internal shell.
2933This is really not necessary at all for the code to work but it's 2939This is really not necessary at all for the code to work but it's
@@ -2943,12 +2949,6 @@ there for compatibility with CEDET.")
2943(define-obsolete-function-alias 2949(define-obsolete-function-alias
2944 'python-proc 'python-shell-internal-get-or-create-process "24.3") 2950 'python-proc 'python-shell-internal-get-or-create-process "24.3")
2945 2951
2946(define-obsolete-variable-alias
2947 'python-buffer 'python-shell-internal-buffer "24.3")
2948
2949(define-obsolete-variable-alias
2950 'python-preoutput-result 'python-shell-internal-last-output "24.3")
2951
2952(defun python-shell--save-temp-file (string) 2952(defun python-shell--save-temp-file (string)
2953 (let* ((temporary-file-directory 2953 (let* ((temporary-file-directory
2954 (if (file-remote-p default-directory) 2954 (if (file-remote-p default-directory)