From a8a6e0e22c91a83ab5067b26f3651bce00b30b65 Mon Sep 17 00:00:00 2001 From: okazaki Date: Wed, 16 Dec 2009 16:53:53 +0000 Subject: [PATCH] 2009-12-16 Lloyd Zusman * wl-summary.el (wl-summary-detect-mark-position): Force the temporary buffer to enable the use of multibyte characters within searches [wl-en:2460]. --- wl/ChangeLog | 6 ++++++ wl/wl-summary.el | 1 + 2 files changed, 7 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 267182d..762c80b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2009-12-16 Lloyd Zusman + + * wl-summary.el (wl-summary-detect-mark-position): Force + the temporary buffer to enable the use of multibyte characters + within searches [wl-en:2460]. + 2009-07-31 TAKAHASHI Kaoru * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 5bd0f5b..d1c6670 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -828,6 +828,7 @@ you." wl-summary-highlight temp persistent) (with-temp-buffer + (set-buffer-multibyte t) (setq wl-summary-buffer-number-column column wl-summary-buffer-line-formatter formatter wl-summary-buffer-weekday-name-lang lang) -- 1.7.10.4