summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-11-01 06:16:46 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-11-01 06:16:46 +0000
commit84fd0e3383825c1aa6c739575254d0a45f3bba4e (patch)
treec91dac6ad0a675975a37e1d40d7fc84a11f90255 /lisp/gnus
parentc8ccffb13ced19628f6b9b46e497b4d5ed2febff (diff)
downloademacs-84fd0e3383825c1aa6c739575254d0a45f3bba4e.tar.gz
shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/shr.el4
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 <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):
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)) ?>)