branch: externals/transient commit 35c4b73419c23a4e91af7f551520d9b132508761 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Refresh library header --- lisp/transient.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index e0eadbba42..3dee728253 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -1,16 +1,18 @@ -;;; transient.el --- Transient commands -*- lexical-binding: t; -*- +;;; transient.el --- Transient commands -*- lexical-binding:t -*- -;; Copyright (C) 2018-2022 Free Software Foundation, Inc. +;; Copyright (C) 2018-2022 Free Software Foundation, Inc. ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/transient -;; Keywords: bindings +;; Keywords: extensions -;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0")) ;; Package-Version: 0.3.7-git +;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0")) ;; SPDX-License-Identifier: GPL-3.0-or-later +;; This file is part of GNU Emacs. + ;; 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, @@ -24,8 +26,6 @@ ;; 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