X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fnnrss.el;h=55dd46067b07ec4dd8d08bd5658668bc750ff807;hb=8905e3349bb43cd632b7fa186d8530a8dbcdc7d6;hp=fc2662a77e87a2e1631806c2fd3659a326a9cdce;hpb=13fedf515a4498dba4f9f2cfd16913650260e3c7;p=elisp%2Fgnus.git- diff --git a/lisp/nnrss.el b/lisp/nnrss.el index fc2662a..55dd460 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -254,7 +254,7 @@ ARTICLE is the article number of the current headline.") "Fetch URL and put it in a the expected Lisp structure." (with-temp-buffer ;;some CVS versions of url.el need this to close the connection quickly - (let* (xmlform htmlform) + (let (xmlform htmlform) ;; bit o' work necessary for w3 pre-cvs and post-cvs (if local (let ((coding-system-for-read 'binary))