From: Stefan Kangas Date: Sun, 2 Mar 2025 17:53:27 +0000 (+0100) Subject: ; Move python.el Maintainer header further up X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b4f0dd6687d207ff39d102b5d61f8437828092b;p=emacs.git ; Move python.el Maintainer header further up This is more consistent with our common practices. (cherry picked from commit 1b77e94bcc2bcab4e160cc736db74211e2b6421c) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 90fa36ae3e8..da0754f41b3 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -3,10 +3,10 @@ ;; Copyright (C) 2003-2025 Free Software Foundation, Inc. ;; Author: Fabián E. Gallina +;; Maintainer: emacs-devel@gnu.org ;; URL: https://github.com/fgallina/python.el ;; Version: 0.29 ;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) -;; Maintainer: emacs-devel@gnu.org ;; Created: Jul 2010 ;; Keywords: languages