[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102203: shr.el: No need to declare `
From: |
Katsumi Yamaoka |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102203: shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'. |
Date: |
Mon, 01 Nov 2010 06:16:46 +0000 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102203
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Mon 2010-11-01 06:16:46 +0000
message:
shr.el: No need to declare `declare-function' since shr.el is for only
Emacsen that provide `libxml-parse-html-region'.
modified:
lisp/gnus/ChangeLog
lisp/gnus/shr.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog 2010-11-01 06:13:43 +0000
+++ b/lisp/gnus/ChangeLog 2010-11-01 06:16:46 +0000
@@ -1,3 +1,8 @@
+2010-11-01 Katsumi Yamaoka <address@hidden>
+
+ * 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 <address@hidden>
* nnimap.el (gnutls-negotiate):
=== modified file 'lisp/gnus/shr.el'
--- a/lisp/gnus/shr.el 2010-11-01 02:19:17 +0000
+++ b/lisp/gnus/shr.el 2010-11-01 06:16:46 +0000
@@ -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)) ?>)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102203: shr.el: No need to declare `declare-function' since shr.el is for only Emacsen that provide `libxml-parse-html-region'.,
Katsumi Yamaoka <=