branch: externals/vc-got commit d3ca33b4b1b2229a9cb002bbb5b973e2fa0ef45b Author: Omar Polo <o...@omarpolo.com> Commit: Omar Polo <o...@omarpolo.com>
add the required "headers" for a package Emacs 27.1 is a prerequisite because of flatten-list, otherwise it should run on 25.1 onwards. --- vc-got.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vc-got.el b/vc-got.el index e34fa27..eecd9c5 100755 --- a/vc-got.el +++ b/vc-got.el @@ -3,7 +3,10 @@ ;; Copyright (C) 2020 Omar Polo ;; Author: Omar Polo <o...@omarpolo.com> +;; URL: https://git.omarpolo.com/vc-got/ ;; Keywords: vc +;; Version: 0 +;; Package-Requires: ((emacs "27.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by