branch: elpa/with-editor
commit 291207334815b2f47d7954d731bb702d68ce88c6
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Rearrange library header
---
with-editor.el | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/with-editor.el b/with-editor.el
index cd5cc4c..a88748d 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -7,27 +7,28 @@
;; Author: Jonas Bernoulli <[email protected]>
;; Maintainer: Jonas Bernoulli <[email protected]>
-
-;; Package-Requires: ((emacs "24.4"))
;; Keywords: tools
;; Homepage: https://github.com/magit/with-editor
-;; SPDX-License-Identifier: GPL-3.0-or-later
-;; This file is not part of GNU Emacs.
+;; Package-Requires: ((emacs "24.4"))
+
+;; SPDX-License-Identifier: GPL-3.0-or-later
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
-
+;;
;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-
+;;
;; You should have received a copy of the GNU General Public License
;; along with Magit. If not, see http://www.gnu.org/licenses.
+;; This file is not part of GNU Emacs.
+
;;; Commentary:
;; This library makes it possible to reliably use the Emacsclient as