]> git.eshelyaron.com Git - emacs.git/commitdiff
shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 1 Nov 2010 06:16:46 +0000 (06:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 1 Nov 2010 06:16:46 +0000 (06:16 +0000)
lisp/gnus/ChangeLog
lisp/gnus/shr.el

index e171a71cada548063a9ee44b54b20e8bc3a0e73a..31d601028359dbaef4de48abf9e6d982da570b3b 100644 (file)
@@ -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):
index a5774742a273e6ee45cd61689bb1937aa87f5b9a..cc3855bed04c5357afab9ee5d081965e320fed95 100644 (file)
 
 ;;; 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)) ?>)