diff options
| author | Stefan Monnier | 2014-09-29 14:14:08 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-09-29 14:14:08 -0400 |
| commit | cbdc06f3be1fb1921454d15d5d9f48bef85cba9e (patch) | |
| tree | eadcc7cd3232cc8f8ac5789d5ef48cc69796a19c /lisp/progmodes/python.el | |
| parent | 8f24b587c87f621f5bc9997589de5d4e3f73b1c3 (diff) | |
| download | emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.tar.gz emacs-cbdc06f3be1fb1921454d15d5d9f48bef85cba9e.zip | |
Rename 24.5 to 25.1
Except where we expect to backport the corresponding change.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 5999ddda5f9..e617e2932d0 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1801,7 +1801,7 @@ It should not contain a caret (^) at the beginning." | |||
| 1801 | :type 'string) | 1801 | :type 'string) |
| 1802 | 1802 | ||
| 1803 | (define-obsolete-variable-alias | 1803 | (define-obsolete-variable-alias |
| 1804 | 'python-shell-enable-font-lock 'python-shell-font-lock-enable "24.5") | 1804 | 'python-shell-enable-font-lock 'python-shell-font-lock-enable "25.1") |
| 1805 | 1805 | ||
| 1806 | (defcustom python-shell-font-lock-enable t | 1806 | (defcustom python-shell-font-lock-enable t |
| 1807 | "Should syntax highlighting be enabled in the Python shell buffer? | 1807 | "Should syntax highlighting be enabled in the Python shell buffer? |
| @@ -2179,7 +2179,7 @@ banner and the initial prompt are received separately." | |||
| 2179 | (define-obsolete-function-alias | 2179 | (define-obsolete-function-alias |
| 2180 | 'python-comint-output-filter-function | 2180 | 'python-comint-output-filter-function |
| 2181 | 'ansi-color-filter-apply | 2181 | 'ansi-color-filter-apply |
| 2182 | "24.5") | 2182 | "25.1") |
| 2183 | 2183 | ||
| 2184 | (defun python-comint-postoutput-scroll-to-bottom (output) | 2184 | (defun python-comint-postoutput-scroll-to-bottom (output) |
| 2185 | "Faster version of `comint-postoutput-scroll-to-bottom'. | 2185 | "Faster version of `comint-postoutput-scroll-to-bottom'. |
| @@ -2881,7 +2881,7 @@ the full statement in the case of imports." | |||
| 2881 | (define-obsolete-variable-alias | 2881 | (define-obsolete-variable-alias |
| 2882 | 'python-shell-completion-pdb-string-code | 2882 | 'python-shell-completion-pdb-string-code |
| 2883 | 'python-shell-completion-string-code | 2883 | 'python-shell-completion-string-code |
| 2884 | "24.5" | 2884 | "25.1" |
| 2885 | "Completion string code must work for (i)pdb.") | 2885 | "Completion string code must work for (i)pdb.") |
| 2886 | 2886 | ||
| 2887 | (defun python-shell-completion-get-completions (process import input) | 2887 | (defun python-shell-completion-get-completions (process import input) |
| @@ -2952,7 +2952,7 @@ using that one instead of current buffer's process." | |||
| 2952 | (define-obsolete-function-alias | 2952 | (define-obsolete-function-alias |
| 2953 | 'python-shell-completion-complete-at-point | 2953 | 'python-shell-completion-complete-at-point |
| 2954 | 'python-shell-completion-at-point | 2954 | 'python-shell-completion-at-point |
| 2955 | "24.5") | 2955 | "25.1") |
| 2956 | 2956 | ||
| 2957 | (defun python-shell-completion-complete-or-indent () | 2957 | (defun python-shell-completion-complete-or-indent () |
| 2958 | "Complete or indent depending on the context. | 2958 | "Complete or indent depending on the context. |
| @@ -3072,7 +3072,7 @@ inferior Python process is updated properly." | |||
| 3072 | (define-obsolete-function-alias | 3072 | (define-obsolete-function-alias |
| 3073 | 'python-completion-complete-at-point | 3073 | 'python-completion-complete-at-point |
| 3074 | 'python-completion-at-point | 3074 | 'python-completion-at-point |
| 3075 | "24.5") | 3075 | "25.1") |
| 3076 | 3076 | ||
| 3077 | 3077 | ||
| 3078 | ;;; Fill paragraph | 3078 | ;;; Fill paragraph |