emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117583: * python.el (python-shell-enable-font-lock)


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117583: * python.el (python-shell-enable-font-lock): Fix typo in earlier change.
Date: Sun, 27 Jul 2014 02:59:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117583
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-07-26 22:59:49 -0400
message:
  * python.el (python-shell-enable-font-lock): Fix typo in earlier change.
modified:
  lisp/progmodes/python.el       python.el-20091113204419-o5vbwnq5f7feedwu-3008
=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2014-07-27 02:02:38 +0000
+++ b/lisp/progmodes/python.el  2014-07-27 02:59:49 +0000
@@ -1792,6 +1792,9 @@
 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 @@
   :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'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]