From: Adam D. <du...@in...> - 2001-11-17 13:23:25
|
Well, the function I mean is: I recently - yesterday - down-loaded erc from cvs and found that (defun erc-server-MODE (proc parsed) (let* ((sspec (aref parsed 1)) (tgt (aref parsed 2)) (mode (mapconcat 'identity (delete nil (subseq parsed 3)) " ")) ... is causing errors. The problem is, that `delete' only works on lists - at least in XEmacs - so I get an error every time someone changes the mode. Has anyone seen this? Anyway, `delete*' does the job right. Bye. Adam. -- Adam Duck (du...@cs...) Bockenheimer Landstr. 135 / Zi. 211 60325 Frankfurt/Main ______________________________________ Whoa...I did a 'zcat /vmlinuz > /dev/audio' and I think I heard God... |