diff options
| author | Stefan Kangas | 2025-03-02 18:53:27 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-03-02 18:53:27 +0100 |
| commit | 1b77e94bcc2bcab4e160cc736db74211e2b6421c (patch) | |
| tree | 77444492a3093f7ff2f401635dd6a0c716724639 /lisp/progmodes/python.el | |
| parent | 538ab57dc5b8371b3a6d3ccb635deb8b35133fc4 (diff) | |
| download | emacs-1b77e94bcc2bcab4e160cc736db74211e2b6421c.tar.gz emacs-1b77e94bcc2bcab4e160cc736db74211e2b6421c.zip | |
; Move python.el Maintainer header further up
This is more consistent with our common practices.
Diffstat (limited to 'lisp/progmodes/python.el')
| -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 @@ | |||
| 3 | ;; Copyright (C) 2003-2025 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> | 5 | ;; Author: Fabián E. Gallina <fgallina@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; URL: https://github.com/fgallina/python.el | 7 | ;; URL: https://github.com/fgallina/python.el |
| 7 | ;; Version: 0.29 | 8 | ;; Version: 0.29 |
| 8 | ;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) | 9 | ;; Package-Requires: ((emacs "29.1") (compat "29.1.1.0") (seq "2.23") (project "0.1") (flymake "1.0")) |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | ;; Created: Jul 2010 | 10 | ;; Created: Jul 2010 |
| 11 | ;; Keywords: languages | 11 | ;; Keywords: languages |
| 12 | 12 | ||