Skip to content

Commit 64cb840

Browse files
committed
The version in Emacs' "master" branches
To update: 0. At times backport from Emacs' "emacs-NN" to Transient. 1. Backport from Emacs' "master" to Transient, while making them backward compatible with Emacs 30. Make sure to look at history of not only "lisp/transient.el", but also "doc/misc/transient.texi". 2. In Transient, rebase "builtin" onto "main". Now we have to DISCARD the changes that revert modifications that have happened in Transient since the last round. Most changes happen in separate commits. Their messages describe the changes that should be preserved. 3. In this commit, append "-builtin" to `transient-version'. This is not the version the will ultimately be used, see (4) and (6). This is the only difference between Transient's "builtin" branch and the actually built-in library. 4. In Transient, sign and update date ("r S") and run "git describe" to get "DESC", used below. 5. Copy from Transient's "builtin" to Emacs' "master". cp ~/.config/emacs/lib/transient/lisp/transient.el \ ~/src/emacs/emacs/master/lisp/ cp ~/.config/emacs/lib/transient/docs/transient.texi \ ~/src/emacs/emacs/master/doc/misc/ 6. Set the value of `transient-version' to "DESC-builtin". 7. In Emacs, stage and commit using "Update to Transient DESC" as message.
1 parent 98a8f5a commit 64cb840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lisp/transient.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
;;; Code:
3434

35-
(defconst transient-version "0.8.6")
35+
(defconst transient-version "0.8.6-builtin")
3636

3737
(require 'cl-lib)
3838
(require 'eieio)

0 commit comments

Comments
 (0)