John,

I couldn't sleep — your problem was keeping me up.

If you haven't guessed yet, it is a simple typo:

=== modified file 'lisp/xml-rpc.el'
--- lisp/xml-rpc.el     2009-09-10 01:22:31 +0000
+++ lisp/xml-rpc.el     2009-09-10 03:38:50 +0000
@@ -357,7 +357,7 @@
                                             (cdar value)))))
                     result (append result xmlval)
                     value (cdr value)))
-       `((evalue nil ,(append '(struct nil) result)))))
+       `((value nil ,(append '(struct nil) result)))))
    ;; Value is a scalar
    ((xml-rpc-value-intp value)
     `((value nil (int nil ,(int-to-string value)))))


No, I was't playing guessing games with you: I realized this after I
went to bed.  ;)

Mark.


-- 
http://hexmode.com/

Every day, mindful practice.  When the mind is disciplined, then the
Way can work for us.  Otherwise, all we do is talk of the Way; everything
is just words; and the world will know us as its one great fool.


_______________________________________________
Emacsweblogs mailing list
Emacsweblogs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacsweblogs

Reply via email to