branch: externals/transient commit a6e4cced303b3febd59412b24a97eaf1e855e6d7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Remove the Package-Version header keyword again This must only ever be bumped on the branch used to release to Elpa, so it wouldn't make sense to keep it around on the "master" at all. --- lisp/transient.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 554c175..5a02f06 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -5,7 +5,6 @@ ;; Author: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/transient ;; Package-Requires: ((emacs "25.1")) -;; Package-Version: 0 ;; Keywords: bindings ;; This file is part of GNU Emacs.