From: Lars Ingebrigtsen Date: Wed, 13 Oct 2021 17:01:48 +0000 (+0200) Subject: Update Emacs requirement after removing compat code X-Git-Tag: emacs-29.0.90~3671^2~579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e3b3ae9d94c6d521d771e08e1536a8e4875d720;p=emacs.git Update Emacs requirement after removing compat code --- 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 ;; 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