emacs-devel
[Top][All Lists]
Advanced

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

Re: VC-SVN problem


From: Stefan Monnier
Subject: Re: VC-SVN problem
Date: 10 May 2004 15:16:04 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> Stefan, would you rather require 'cl', or just rewrite
>> 'vc-svn-checkin' to not use 'list*'?
> Wouldn't the second option be better?

Why?  The byte-compiler will turn it into the equivalent calls to `cons'.
`list*' is a pretty simple a common list operation.  Actually it's
predefined in Emacs Lisp, once under the name backquote-list*-function
and once under the name backquote-list*-macro.


        Stefan




reply via email to

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