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:20:17 +0000 (06:20 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 1 Nov 2010 06:20:17 +0000 (06:20 +0000)
dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is effective only in a file it is referred to.

lisp/dgnushack.el
lisp/shr.el

index 42f0b87..384db33 100644 (file)
 
 (eval-and-compile
   (unless (featurep 'xemacs)
-    (defvar iswitchb-temp-buflist)
     (defalias 'get-popup-menu-response 'ignore)
     (defalias 'event-object 'ignore)
     (autoload 'iswitchb-read-buffer "iswitchb")
index a577474..cc3855b 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)) ?>)