diff options
| author | Lars Ingebrigtsen | 2021-10-13 19:01:48 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-10-13 19:01:48 +0200 |
| commit | 9e3b3ae9d94c6d521d771e08e1536a8e4875d720 (patch) | |
| tree | 695a09bc0a5d7331c7adbe369cba50e044975981 /lisp/progmodes/python.el | |
| parent | 913a7d30a33f7faa1a98e7dffd10159b1d2a6b97 (diff) | |
| download | emacs-9e3b3ae9d94c6d521d771e08e1536a8e4875d720.tar.gz emacs-9e3b3ae9d94c6d521d771e08e1536a8e4875d720.zip | |
Update Emacs requirement after removing compat code
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 5819f59315b..49b8a865efc 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> | 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> |
| 6 | ;; URL: https://github.com/fgallina/python.el | 6 | ;; URL: https://github.com/fgallina/python.el |
| 7 | ;; Version: 0.28 | 7 | ;; Version: 0.28 |
| 8 | ;; Package-Requires: ((emacs "24.2") (cl-lib "1.0")) | 8 | ;; Package-Requires: ((emacs "24.4") (cl-lib "1.0")) |
| 9 | ;; Maintainer: emacs-devel@gnu.org | 9 | ;; Maintainer: emacs-devel@gnu.org |
| 10 | ;; Created: Jul 2010 | 10 | ;; Created: Jul 2010 |
| 11 | ;; Keywords: languages | 11 | ;; Keywords: languages |