changeset 111300:131f7940cd0f

shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 01 Nov 2010 06:16:46 +0000
parents d1cffc3c49f5
children 49aec01c4be7
files lisp/gnus/ChangeLog lisp/gnus/shr.el
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Sun Oct 31 23:13:43 2010 -0700
+++ b/lisp/gnus/ChangeLog	Mon Nov 01 06:16:46 2010 +0000
@@ -1,3 +1,8 @@
+2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* shr.el: No need to declare `declare-function' since shr.el is for
+	only Emacsen that provide `libxml-parse-html-region'.
+
 2010-11-01  Glenn Morris  <rgm@gnu.org>
 
 	* nnimap.el (gnutls-negotiate):
--- a/lisp/gnus/shr.el	Sun Oct 31 23:13:43 2010 -0700
+++ b/lisp/gnus/shr.el	Mon Nov 01 06:16:46 2010 +0000
@@ -30,10 +30,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 'browse-url)
 (unless (aref (char-category-set (make-char 'japanese-jisx0208 33 35)) ?>)