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