summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-10-13 19:01:48 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-10-13 19:01:48 +0200
commit9e3b3ae9d94c6d521d771e08e1536a8e4875d720 (patch)
tree695a09bc0a5d7331c7adbe369cba50e044975981 /lisp
parent913a7d30a33f7faa1a98e7dffd10159b1d2a6b97 (diff)
downloademacs-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.el2
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