From: Glenn Morris Date: Sun, 27 Jul 2014 02:59:49 +0000 (-0400) Subject: * python.el (python-shell-enable-font-lock): Fix typo in earlier change. X-Git-Tag: emacs-25.0.90~2636^3~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9578a71f2e3fea51d56eaed577e5172a8394a0b4;p=emacs.git * python.el (python-shell-enable-font-lock): Fix typo in earlier change. --- 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'