emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-editor 2912073 139/140: Rearrange library header


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 2912073 139/140: Rearrange library header
Date: Fri, 6 Aug 2021 12:51:36 -0400 (EDT)

branch: elpa/with-editor
commit 291207334815b2f47d7954d731bb702d68ce88c6
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    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 <jonas@bernoul.li>
 ;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-
-;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]