From: teranisi Date: Wed, 1 May 2002 10:55:31 +0000 (+0000) Subject: * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable X-Git-Tag: elmo-mark-root~173 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea8937a45cf752056abb8a0448abf3c25482313c;p=elisp%2Fwanderlust.git * 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. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 8b2d192..65d62ad 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,9 @@ 2002-05-01 Yuuichi Teranishi + * 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. diff --git a/wl/wl-e21.el b/wl/wl-e21.el index cc10c79..8facf59 100644 --- a/wl/wl-e21.el +++ b/wl/wl-e21.el @@ -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))