all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do you load remove-if?
@ 2010-05-03  0:34 Lennart Borgman
  0 siblings, 0 replies; only message in thread
From: Lennart Borgman @ 2010-05-03  0:34 UTC (permalink / raw)
  To: Emacs-Devel devel, Kevin Ryde

I just took a look at checkdoc-batch.el. It looks very useful (and I
think it maybe should be included in Emacs), but it uses

  (require 'cl)

So I mailed Kevin and said that it should be (eval-when-compile
(require 'cl)). He answered that this will not work since it uses
delete-if which is a function. Then I noticed that remove-if is
autoloaded so it looks to me like you do not have to require any
library, or?

But looking at the file cl-seq.el I saw another thing. It does
(require 'cl) without eval-when-compile. Should it be like that? If
remove-if is used then cl will be loaded because of this, or?




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-03  0:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03  0:34 How do you load remove-if? Lennart Borgman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.