From: Artur Malabarba Date: Wed, 14 Oct 2015 16:14:15 +0000 (+0100) Subject: * README: Revert change about package.el headers X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/c32d72fd5827919cc25f6bddd58245b2bc30dbb8 * README: Revert change about package.el headers --- diff --git a/README b/README index f3fd32b34..d64bc3a35 100644 --- a/README +++ b/README @@ -39,9 +39,9 @@ release the new code. *** Add a simple (1-file) package as packages//.el. The file needs to follow the usual coding conventions (most -importantly start with ";;; --- ") as well as the -package headers required by package.el (see the "Format" subsection -below). +importantly start with ";;; --- ") and have a +"Version:" and "Maintainer:" pseudo-header (see the "Format" +subsection below). For some examples, see (info "(elisp) Simple Packages")