]> git.eshelyaron.com Git - emacs.git/commitdiff
* python.el (python-shell-enable-font-lock): Fix typo in earlier change.
authorGlenn Morris <rgm@gnu.org>
Sun, 27 Jul 2014 02:59:49 +0000 (22:59 -0400)
committerGlenn Morris <rgm@gnu.org>
Sun, 27 Jul 2014 02:59:49 +0000 (22:59 -0400)
lisp/progmodes/python.el

index 99c3b0ee1f6cc4dceefc45c6ed23d12df4dab1b2..acb5b40165f923a908a2eae6fd2efbd0ec810c28 100644 (file)
@@ -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'