+2001-09-11 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
+ when Mule 2 is running.
+
2001-09-11 Yuuichi Teranishi <teranisi@gohome.org>
* wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
(not (featurep 'mule)))
"[Mail]"
(decode-coding-string
+ ;; Youbin mark
(read "\"[\e$B\\\")\e(B]\"")
- 'iso-2022-jp)) ; Youbin mark
+ (if (boundp 'MULE)
+ '*iso-2022-jp*
+ 'iso-2022-jp)))
"String used to show biff status ON."
:type 'string
:group 'wl-highlight)