diff options
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 f73ccdda9eb..745bc57a9b0 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | (defgroup python nil | 72 | (defgroup python nil |
| 73 | "Silly walks in the Python language" | 73 | "Silly walks in the Python language" |
| 74 | :group 'languages | 74 | :group 'languages |
| 75 | :version "21.4" | 75 | :version "22.1" |
| 76 | :link '(emacs-commentary-link "python")) | 76 | :link '(emacs-commentary-link "python")) |
| 77 | 77 | ||
| 78 | ;;;###autoload | 78 | ;;;###autoload |