diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-04-18 23:24:22 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-04-18 23:24:22 +0000 |
commit | bff3818b73bda256f361f8dd57363ef309267786 (patch) | |
tree | 30dc5267cc48b79e72bfbfde9e3f08a46a382e20 /lisp/gnus/nnrss.el | |
parent | a42dbee160587fb264c03c9f0d49ec04536709cf (diff) | |
download | emacs-bff3818b73bda256f361f8dd57363ef309267786.tar.gz |
Synch with Gnus trunk:
2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
* gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
the CVS repo. Put the Git repo in the news section.
* gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo.
Removed some mentions of CVS. Mention the new Git repo.
2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
* smime.el: Don't mention CVS.
* nnrss.el (nnrss-fetch): Don't mention CVS.
* nnir.el: Don't mention CVS.
Diffstat (limited to 'lisp/gnus/nnrss.el')
-rw-r--r-- | lisp/gnus/nnrss.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index 36291537909..08b621919eb 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el @@ -427,7 +427,7 @@ otherwise return nil." (defun nnrss-fetch (url &optional local) "Fetch URL and put it in a the expected Lisp structure." (mm-with-unibyte-buffer - ;;some CVS versions of url.el need this to close the connection quickly + ;;some versions of url.el need this to close the connection quickly (let (cs xmlform htmlform) ;; bit o' work necessary for w3 pre-cvs and post-cvs (if local |