From 84fd0e3383825c1aa6c739575254d0a45f3bba4e Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 1 Nov 2010 06:16:46 +0000 Subject: [PATCH] shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/shr.el | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e171a71cada..31d60102835 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2010-11-01 Katsumi Yamaoka + + * 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 * nnimap.el (gnutls-negotiate): diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index a5774742a27..cc3855bed04 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -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)) ?>) -- 2.39.5