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

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

[elpa] externals/transient 030d0fe 1/3: Rearrange library header


From: Jonas Bernoulli
Subject: [elpa] externals/transient 030d0fe 1/3: Rearrange library header
Date: Tue, 25 May 2021 06:55:11 -0400 (EDT)

branch: externals/transient
commit 030d0fe56b755489dc4767c2d3ec144bc38cc891
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Rearrange library header
---
 lisp/transient.el | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 11da7ed..990df4a 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -4,26 +4,28 @@
 
 ;; Author: Jonas Bernoulli <jonas@bernoul.li>
 ;; Homepage: https://github.com/magit/transient
+;; Keywords: bindings
+
 ;; Package-Requires: ((emacs "25.1"))
 ;; Package-Version: 0.3.2
-;; Keywords: bindings
-;; SPDX-License-Identifier: GPL-3.0-or-later
 
-;; This file is part of GNU Emacs.
+;; SPDX-License-Identifier: GPL-3.0-or-later
 
 ;; GNU Emacs 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 of the License,
 ;; or (at your option) any later version.
-
+;;
 ;; GNU Emacs 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 this program.  If not, see <https://www.gnu.org/licenses/>.
 
+;; This file is part of GNU Emacs.
+
 ;;; Commentary:
 
 ;; Taking inspiration from prefix keys and prefix arguments, Transient



reply via email to

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