+2002-10-21 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-mime.el (toplevel): Avoid byte-compile warnings.
+
2002-10-21 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
(require 'mime-play)
(require 'elmo)
+;; avoid compile warnings
(eval-when-compile
- (defalias-maybe 'Meadow-version 'ignore))
+ (defalias-maybe 'Meadow-version 'ignore)
+ (defvar-maybe zmacs-regions)
+ (defvar-maybe zmacs-region-active-p)
+ (defvar-maybe transient-mark-mode)
+ (defvar-maybe mark-active))
(defvar xemacs-betaname)
(defvar xemacs-codename)