[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some macros to make package definitions prettier
From: |
Thompson, David |
Subject: |
Re: Some macros to make package definitions prettier |
Date: |
Wed, 25 Feb 2015 12:06:31 -0500 |
On Wed, Feb 25, 2015 at 12:04 PM, Thompson, David
<address@hidden> wrote:
> I understand the temptation to name it 'modify-phases', but since this
> macro applies to any alist, I think 'modify-alist' or something with
> "alist" in the name would be more appropriate.
Looking again, I see that the above isn't quite true. The
'modify-phases' macro assumes that the keys of the alist are symbols
so that the user doesn't have to quote the phase names.
- Dave