From 4c27c25624805aa6670597f09f0d20663c001e0b Mon Sep 17 00:00:00 2001 From: bg66 Date: Thu, 28 Jun 2001 01:22:36 +0000 Subject: [PATCH] * wl-vars.el: Fix file coding system to ISO-2022-JP. --- wl/ChangeLog | 4 ++++ wl/wl-vars.el | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 87e35db..2d5d36d 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-06-28 OHASHI Akira + + * wl-vars.el: Fix file coding system to ISO-2022-JP. + 2001-06-27 Yuuichi Teranishi * wl-summary.el (wl-summary-exec-subr): Hide message buffer after diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 3caf7d9..fae823d 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1454,12 +1454,12 @@ every intervals specified by wl-biff-check-interval." :type 'integer :group 'wl-highlight) -(defcustom wl-biff-state-indicator-on "[¢©]" +(defcustom wl-biff-state-indicator-on "[$B")(B]" "String used to show biff status ON." :type 'string :group 'wl-highlight) -(defcustom wl-biff-state-indicator-off "[¡¾]" +(defcustom wl-biff-state-indicator-off "[$B!>(B]" "String used to show biff status OFF." :type 'string :group 'wl-highlight) @@ -2161,15 +2161,15 @@ a symbol `bitmap', `xbm' or `xpm' in order to force the image format." ;; Advanced thread view. (defvar wl-thread-indent-level 1 "*Indent level for thread.") -(defvar wl-thread-have-younger-brother-str "¨²" +(defvar wl-thread-have-younger-brother-str "$B(2(B" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-youngest-child-str "¨±" +(defvar wl-thread-youngest-child-str "$B(1(B" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-vertical-str "¨­" +(defvar wl-thread-vertical-str "$B(-(B" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-horizontal-str "¨¬" +(defvar wl-thread-horizontal-str "$B(,(B" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-space-str "¡¡" +(defvar wl-thread-space-str "$B!!(B" "*A string for thread branch line. It should contain one character.") (defvar wl-highlight-thread-indent-string-regexp "[^[<]*" -- 1.7.10.4