* wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
authorteranisi <teranisi>
Wed, 1 May 2002 10:55:31 +0000 (10:55 +0000)
committerteranisi <teranisi>
Wed, 1 May 2002 10:55:31 +0000 (10:55 +0000)
property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
wl-modeline-plug-state-on and wl-modeline-plug-state-off.

wl/ChangeLog
wl/wl-e21.el

index 8b2d192..65d62ad 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
index cc10c79..8facf59 100644 (file)
@@ -640,6 +640,11 @@ Special commands:
   (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))