diff options
author | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2012-12-31 16:35:57 -0300 |
---|---|---|
committer | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2012-12-31 16:35:57 -0300 |
commit | 5b63c74a1781125074c4a0e83a7cc9e655c08874 (patch) | |
tree | d2ab2694cecf284e92c505c825dc8eeb147e8020 /lisp/progmodes/python.el | |
parent | df4758b82ea93b13bb659fb0084a951b3bd19190 (diff) | |
download | emacs-5b63c74a1781125074c4a0e83a7cc9e655c08874.tar.gz |
* progmodes/python.el: Bump defgroup :version to 24.3.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 2 |
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 @@ (defgroup python nil "Python Language's flying circus support for Emacs." :group 'languages - :version "23.2" + :version "24.3" :link '(emacs-commentary-link "python")) |