diff lisp/gnus/shr.el @ 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 c9da32007d99
children 969fb8574065
line wrap: on
line diff
--- 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)) ?>)