diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2021-05-25 13:45:32 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-05-25 13:45:32 +0200 |
commit | 75604f882ab6744d3a35901eb355ebc20c29e850 (patch) | |
tree | 3c35694b7752bf56799487ad9a8fc50f95c7fdb8 /lisp | |
parent | ce2de3b50a2068cfe4db738756858f0e6f53226b (diff) | |
download | emacs-75604f882ab6744d3a35901eb355ebc20c29e850.tar.gz emacs-75604f882ab6744d3a35901eb355ebc20c29e850.tar.bz2 emacs-75604f882ab6744d3a35901eb355ebc20c29e850.zip |
* lisp/transient.el: Update to package version 0.3.4.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/transient.el | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 2ce7b7c30e1..93a643c78e6 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -4,25 +4,28 @@ ;; Author: Jonas Bernoulli <jonas@bernoul.li> ;; Homepage: https://github.com/magit/transient -;; Package-Requires: ((emacs "25.1")) -;; Package-Version: 0.3.2 ;; Keywords: bindings -;; This file is part of GNU Emacs. +;; Package-Requires: ((emacs "25.1")) +;; Package-Version: 0.3.4 + +;; 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 |