emacs-devel
[Top][All Lists]
Advanced

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

Re: VC-SVN problem


From: David Kastrup
Subject: Re: VC-SVN problem
Date: 09 May 2004 21:01:15 +0200
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.

Usually
(eval-when-compile '(require 'cl))

should be sufficient, and it is what is recommended for that
functionality in the Elisp manual.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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