emacs-devel
[Top][All Lists]
Advanced

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

Re: defcustom :version


From: Bill Wohler
Subject: Re: defcustom :version
Date: Thu, 30 Mar 2006 13:18:36 -0800

Wolfram Fenske <address@hidden> wrote:

> Bill Wohler <address@hidden> writes:
> 
> > Given the code below, if mh-package-version-defined-flag is nil, the
> > mh-strip-package-version function does strip the :package-version
> > keyword and its value, but alas it turns ARGS into (ARGS). For
> > example, here is the output of macroexpand on the mh-e group:

> I think you should replace that last expression with
> 
>   `(defgroup ,symbol ,members ,doc ,@args)
> 
> ",@" works like "," but in addition it "splices" the value into the
> enclosing list.  E. g.

That's it! Thanks for the kind reminder.

-- 
Bill Wohler <address@hidden>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.




reply via email to

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