X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fnnrss.el;h=c17a13c54c3250b4f507b66d6098fe5899ff28c9;hp=40d3dc9919dc58b6ba738f8730bf65fb60c843ff;hb=b52037f4a9c6bee1ff556c22750e158da1208d4b;hpb=11445f9254c4fbb959d098d36960cc8ebd4839d1 diff --git a/lisp/nnrss.el b/lisp/nnrss.el index 40d3dc991..c17a13c54 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -1,6 +1,6 @@ ;;; nnrss.el --- interfacing with RSS -;; Copyright (C) 2001-2014 Free Software Foundation, Inc. +;; Copyright (C) 2001-2016 Free Software Foundation, Inc. ;; Author: Shenghuo Zhu ;; Keywords: RSS @@ -24,10 +24,6 @@ ;;; Code: -;; For Emacs <22.2 and XEmacs. -(eval-and-compile - (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) - (eval-when-compile (require 'cl)) (require 'gnus) @@ -399,7 +395,7 @@ otherwise return nil." (mm-coding-system-p 'utf-8))) (declare-function libxml-parse-html-region "xml.c" - (start end &optional base-url)) + (start end &optional base-url discard-comments)) (defun nnrss-fetch (url &optional local) "Fetch URL and put it in a the expected Lisp structure." (mm-with-unibyte-buffer