> From: David Kastrup <[EMAIL PROTECTED]>
> Date: Mon, 08 Aug 2005 22:55:17 +0200
> 
> Henrik Enberg <[EMAIL PROTECTED]> writes:
> 
> > `remove' is part of the cl library which isn't supposed to be used in
> > core Emacs.
> 
> remove is a compiled Lisp function in `subr'.
> (remove ELT SEQ)
> 
> Return a copy of SEQ with all occurrences of ELT removed.
> SEQ must be a list, vector, or string.  The comparison is done with `equal'.

doh, I must have been passing through a low flying crack cloud when I
wrote my previous message.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to