From 9578a71f2e3fea51d56eaed577e5172a8394a0b4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 26 Jul 2014 22:59:49 -0400 Subject: [PATCH] * python.el (python-shell-enable-font-lock): Fix typo in earlier change. --- lisp/progmodes/python.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 99c3b0ee1f6..acb5b40165f 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1792,6 +1792,9 @@ It should not contain a caret (^) at the beginning." It should not contain a caret (^) at the beginning." :type 'string) +(define-obsolete-variable-alias + 'python-shell-enable-font-lock 'python-shell-font-lock-enable "24.5") + (defcustom python-shell-font-lock-enable t "Should syntax highlighting be enabled in the Python shell buffer? Restart the Python shell after changing this variable for it to take effect." @@ -1799,9 +1802,6 @@ Restart the Python shell after changing this variable for it to take effect." :group 'python :safe 'booleanp) -(define-obsolete-variable-alias - 'python-shell-enable-font-lock python-shell-font-lock-enable "24.4") - (defcustom python-shell-process-environment nil "List of environment variables for Python shell. This variable follows the same rules as `process-environment' -- 2.39.2