From ea8937a45cf752056abb8a0448abf3c25482313c Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 1 May 2002 10:55:31 +0000 Subject: [PATCH] * 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/ChangeLog | 4 ++++ wl/wl-e21.el | 5 +++++ 2 files changed, 9 insertions(+) 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)) -- 1.7.10.4