diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2025-03-02 18:53:27 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2025-03-02 18:53:27 +0100 |
commit | 1b77e94bcc2bcab4e160cc736db74211e2b6421c (patch) | |
tree | 77444492a3093f7ff2f401635dd6a0c716724639 /lisp | |
parent | 538ab57dc5b8371b3a6d3ccb635deb8b35133fc4 (diff) | |
download | emacs-1b77e94bcc2bcab4e160cc736db74211e2b6421c.tar.gz emacs-1b77e94bcc2bcab4e160cc736db74211e2b6421c.tar.bz2 emacs-1b77e94bcc2bcab4e160cc736db74211e2b6421c.zip |
; Move python.el Maintainer header further up
This is more consistent with our common practices.
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 a480f4c1301..2a95a45f6f2 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 <fgallina@gnu.org> +;; 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 |