diff options
| author | Katsumi Yamaoka | 2010-11-01 06:16:46 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-11-01 06:16:46 +0000 |
| commit | 84fd0e3383825c1aa6c739575254d0a45f3bba4e (patch) | |
| tree | c91dac6ad0a675975a37e1d40d7fc84a11f90255 | |
| parent | c8ccffb13ced19628f6b9b46e497b4d5ed2febff (diff) | |
| download | emacs-84fd0e3383825c1aa6c739575254d0a45f3bba4e.tar.gz emacs-84fd0e3383825c1aa6c739575254d0a45f3bba4e.zip | |
shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * shr.el: No need to declare `declare-function' since shr.el is for | ||
| 4 | only Emacsen that provide `libxml-parse-html-region'. | ||
| 5 | |||
| 1 | 2010-11-01 Glenn Morris <rgm@gnu.org> | 6 | 2010-11-01 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * nnimap.el (gnutls-negotiate): | 8 | * 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 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||
| 33 | ;; For Emacs <22.2 and XEmacs. | ||
| 34 | (eval-and-compile | ||
| 35 | (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) | ||
| 36 | |||
| 37 | (eval-when-compile (require 'cl)) | 33 | (eval-when-compile (require 'cl)) |
| 38 | (require 'browse-url) | 34 | (require 'browse-url) |
| 39 | (unless (aref (char-category-set (make-char 'japanese-jisx0208 33 35)) ?>) | 35 | (unless (aref (char-category-set (make-char 'japanese-jisx0208 33 35)) ?>) |