emacs-devel
[Top][All Lists]
Advanced

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

Re: VC-SVN problem


From: Karl Fogel
Subject: Re: VC-SVN problem
Date: 09 May 2004 13:25:04 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:
>     So, I'd like to fix this in vc-svn.el, in the simplest way: by adding
>     (require 'cl) so that 'list*' is available.
> 
> Please don't do that.  It's not acceptable for any package in Emacs to
> do that.  The CL functions are not standard parts of the Emacs Lisp
> language, and the user may have defined the same names in some other
> way.

Thanks, I'll remember that.  John Paul Wallington's suggestion was to
use use (eval-when-compile (require 'cl)) instead.




reply via email to

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