From: Philip Kaludercic Date: Fri, 18 Aug 2023 18:18:42 +0000 (+0200) Subject: Prepare package-vc.el to be published on GNU ELPA X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Felpa-package;p=emacs.git Prepare package-vc.el to be published on GNU ELPA --- diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index db8b41aee6a..ca9bdc0c2fe 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -4,6 +4,11 @@ ;; Author: Philip Kaludercic ;; Keywords: tools +;; Version: 0.1.0 +;; Package-Requires: ((emacs "29.1") (package "1.1.1")) + +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. ;; This file is part of GNU Emacs.