emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 785e186 3/3: Merge commit 'ec7ba4f2dbae0901724483de586


From: Stefan Monnier
Subject: Re: [elpa] master 785e186 3/3: Merge commit 'ec7ba4f2dbae0901724483de5868127a1cbc38e9'
Date: Mon, 16 Feb 2015 00:36:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thanks for the fix.

> --- a/packages/test-simple/example/gcd.el
> +++ b/packages/test-simple/example/gcd.el
> @@ -1,11 +1,32 @@
> +;;; test-simple.el --- Simple Unit Test Framework for Emacs Lisp

Hmm... why would "gcd.el" state that it's called "test-simple.el"?
It doesn't matter to GNU ELPA, so there's no hurry to fix it.

> +;; Author: Rocky Bernstein <address@hidden>
> +;; URL: http://github.com/rocky/emacs-test-simple
> +;; Keywords: unit-test
> +;; Version: 1.0

BTW, note that these headers are normally package headers, so they only
need to be present in the package's main file (i.e. test-simple.el in
this case).  Of course, just as the previous comment, this doesn't
bother the GNU ELPA scripts, so if you like it this way, it's your call.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]