aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-12-31 16:35:57 -0300
committerFabián Ezequiel Gallina2012-12-31 16:35:57 -0300
commit5b63c74a1781125074c4a0e83a7cc9e655c08874 (patch)
treed2ab2694cecf284e92c505c825dc8eeb147e8020 /lisp/progmodes/python.el
parentdf4758b82ea93b13bb659fb0084a951b3bd19190 (diff)
downloademacs-5b63c74a1781125074c4a0e83a7cc9e655c08874.tar.gz
emacs-5b63c74a1781125074c4a0e83a7cc9e655c08874.zip
* progmodes/python.el: Bump defgroup :version to 24.3.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 89b85e10351..90e0d604217 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -222,7 +222,7 @@
222(defgroup python nil 222(defgroup python nil
223 "Python Language's flying circus support for Emacs." 223 "Python Language's flying circus support for Emacs."
224 :group 'languages 224 :group 'languages
225 :version "23.2" 225 :version "24.3"
226 :link '(emacs-commentary-link "python")) 226 :link '(emacs-commentary-link "python"))
227 227
228 228