mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
; Set Transient's version and add admin/MAINTAINERS entry
* admin/MAINTAINERS: Add entry for externally maintained Transient package. * doc/misc/transient.texi: Bump version strings. * lisp/transient.el: Bump version in Version header. * lisp/transient.el (transient-version): New constant.
This commit is contained in:
parent
3822a5e5d1
commit
ffc00eac53
@ -390,6 +390,13 @@ Tramp
|
||||
doc/misc/tramp*.texi
|
||||
test/lisp/net/tramp*-tests.el
|
||||
|
||||
Transient
|
||||
Maintainer: Jonas Bernoulli
|
||||
Repository: https://github.com/magit/transient
|
||||
|
||||
lisp/transient.el
|
||||
doc/misc/transient.texi
|
||||
|
||||
Modus themes
|
||||
Maintainer: Protesilaos Stavrou
|
||||
Repository: https://github.com/protesilaos/modus-themes
|
||||
|
@ -31,7 +31,7 @@ General Public License for more details.
|
||||
@finalout
|
||||
@titlepage
|
||||
@title Transient User and Developer Manual
|
||||
@subtitle for version 0.7.2.1
|
||||
@subtitle for version 0.7.2.2
|
||||
@author Jonas Bernoulli
|
||||
@page
|
||||
@vskip 0pt plus 1filll
|
||||
@ -53,7 +53,7 @@ resource to get over that hurdle is Psionic K's interactive tutorial,
|
||||
available at @uref{https://github.com/positron-solutions/transient-showcase}.
|
||||
|
||||
@noindent
|
||||
This manual is for Transient version 0.7.2.1.
|
||||
This manual is for Transient version 0.7.2.2.
|
||||
|
||||
@insertcopying
|
||||
@end ifnottex
|
||||
|
@ -5,7 +5,7 @@
|
||||
;; Author: Jonas Bernoulli <jonas@bernoul.li>
|
||||
;; URL: https://github.com/magit/transient
|
||||
;; Keywords: extensions
|
||||
;; Version: 0.7.2.1
|
||||
;; Version: 0.7.2.2
|
||||
|
||||
;; SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
@ -32,6 +32,8 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defconst transient-version "0.7.2.2")
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'eieio)
|
||||
(require 'edmacro)
|
||||
|
Loading…
Reference in New Issue
Block a user