diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-11-01 06:16:46 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-11-01 06:16:46 +0000 |
commit | 84fd0e3383825c1aa6c739575254d0a45f3bba4e (patch) | |
tree | c91dac6ad0a675975a37e1d40d7fc84a11f90255 /lisp/gnus/shr.el | |
parent | c8ccffb13ced19628f6b9b46e497b4d5ed2febff (diff) | |
download | emacs-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/shr.el')
-rw-r--r-- | lisp/gnus/shr.el | 4 |
1 files changed, 0 insertions, 4 deletions
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)) ?>) |