2009-12-16 Lloyd Zusman <ljz@asfast.com>
authorokazaki <okazaki>
Wed, 16 Dec 2009 16:53:53 +0000 (16:53 +0000)
committerokazaki <okazaki>
Wed, 16 Dec 2009 16:53:53 +0000 (16:53 +0000)
* 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
wl/wl-summary.el

index 267182d..762c80b 100644 (file)
@@ -1,3 +1,9 @@
+2009-12-16  Lloyd Zusman <ljz@asfast.com>
+
+       * 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  <kaoru@kaisei.org>
 
        * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
index 5bd0f5b..d1c6670 100644 (file)
@@ -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)