From 54340051deb1c71b4618ea5b7e3d4fed9f8d259c Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 18 Feb 2005 16:59:59 +0000 Subject: [PATCH] * wl-util.el (wl-read-search-condition-internal): Protect elmo-global-flags from distraction. --- wl/ChangeLog | 5 +++++ wl/wl-util.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 49810e8..e25a791 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2005-02-18 Yoichi NAKAYAMA + + * wl-util.el (wl-read-search-condition-internal): Protect + elmo-global-flags from distraction. + 2005-02-18 Hiroya Murata * wl.el (wl-exit): Call `elmo-clear-signal-slots'. diff --git a/wl/wl-util.el b/wl/wl-util.el index 114cdf3..bfc84c3 100644 --- a/wl/wl-util.el +++ b/wl/wl-util.el @@ -1091,8 +1091,8 @@ is enclosed by at least one regexp grouping construct." (mapcar (lambda (f) (list (capitalize (symbol-name f)))) (elmo-uniq-list (append - '(unread answered forwarded digest any) - elmo-global-flags) + elmo-global-flags + '(unread answered forwarded digest any)) #'delq))))) (unless (elmo-flag-valid-p value) (message "Invalid char in `%s'" value) -- 1.7.10.4