emacs-devel
[Top][All Lists]
Advanced

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

Re: VC-SVN problem


From: Kevin Rodgers
Subject: Re: VC-SVN problem
Date: Mon, 10 May 2004 12:22:04 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Karl Fogel wrote:
> Stefan, would you rather require 'cl', or just rewrite
> 'vc-svn-checkin' to not use 'list*'?

Wouldn't the second option be better?

| list* is a compiled Lisp function in `cl'.
| (list* ARG &rest REST)
|
| Return a new list with specified args as elements, cons'd to last arg.
| Thus, `(list* A B C D)' is equivalent to `(nconc (list A B C) D)', or to
| `(cons A (cons B (cons C D)))'.

--
Kevin Rodgers






reply via email to

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