diff options
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)) ?>) |