property for wl-modeline-biff-state-on,	wl-modeline-biff-state-off,
wl-modeline-plug-state-on and wl-modeline-plug-state-off.
 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
+       property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
+       wl-modeline-plug-state-on and wl-modeline-plug-state-off.
+
        * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
        as nil.
 
 
   (let ((event (read-event)))
     (cons (and (numberp event) event) event)))
 
+(put 'wl-modeline-biff-state-on 'risky-local-variable t)
+(put 'wl-modeline-biff-state-off 'risky-local-variable t)
+(put 'wl-modeline-plug-state-on 'risky-local-variable t)
+(put 'wl-modeline-plug-state-off 'risky-local-variable t)
+
 (require 'product)
 (product-provide (provide 'wl-e21) (require 'wl-version))