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

elmo-net bug/patch?



Today I found myself facing the problem that in the line below, error
was a dot-pair (the cdr was a marker) and not a list.  I have no idea
what the actual problem was, but making the patch below suppressed the
error and allowed me to continue my work.

Index: elmo-net.el
===================================================================
RCS file: /cvs/root/wanderlust/elmo/elmo-net.el,v
retrieving revision 1.41
diff -r1.41 elmo-net.el
286c286
< 	   (signal (car error) (cdr error))))
---
> 	   (signal (car error) (let ((tail (cdr error))) (if (listp tail) tail (list tail))))))


-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com