* wl-mime.el (toplevel): Avoid byte-compile warnings.
authorhmurata <hmurata>
Mon, 21 Oct 2002 12:37:16 +0000 (12:37 +0000)
committerhmurata <hmurata>
Mon, 21 Oct 2002 12:37:16 +0000 (12:37 +0000)
wl/ChangeLog
wl/wl-mime.el

index ed2b877..b8606d6 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 91df931..df9101b 100644 (file)
 (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)