From c038f75826bd2b3aa0508ca441203beb4179ac32 Mon Sep 17 00:00:00 2001 From: teranisi Date: Wed, 4 Jul 2001 01:52:16 +0000 Subject: [PATCH] * wl-vars.el: Changed file coding system to euc-japan. Added -*-coding:-*- magic to the first line. --- wl/ChangeLog | 5 +++++ wl/wl-vars.el | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index 3eb231a..e9c4886 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2001-07-04 Yuuichi Teranishi + + * wl-vars.el: Changed file coding system to euc-japan. + Added -*-coding:-*- magic to the first line. + 2001-06-27 Yuuichi Teranishi * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil; diff --git a/wl/wl-vars.el b/wl/wl-vars.el index dd8ceb2..fe79370 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -1,4 +1,4 @@ -;;; wl-vars.el -- Variable definitions for Wanderlust. +;;; wl-vars.el -- Variable definitions for Wanderlust. -*-coding:euc-japan;-*- ;; Copyright (C) 1998,1999,2000,2001 Yuuichi Teranishi ;; Copyright (C) 1998,1999,2000,2001 Masahiro MURATA @@ -1449,12 +1449,12 @@ every intervals specified by wl-biff-check-interval." :type 'integer :group 'wl-highlight) -(defcustom wl-biff-state-indicator-on "[$B")(B]" +(defcustom wl-biff-state-indicator-on "[¢©]" "String used to show biff status ON." :type 'string :group 'wl-highlight) -(defcustom wl-biff-state-indicator-off "[$B!>(B]" +(defcustom wl-biff-state-indicator-off "[¡¾]" "String used to show biff status OFF." :type 'string :group 'wl-highlight) @@ -2152,15 +2152,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 "$B(2(B" +(defvar wl-thread-have-younger-brother-str "¨²" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-youngest-child-str "$B(1(B" +(defvar wl-thread-youngest-child-str "¨±" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-vertical-str "$B(-(B" +(defvar wl-thread-vertical-str "¨­" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-horizontal-str "$B(,(B" +(defvar wl-thread-horizontal-str "¨¬" "*A string for thread branch line. It should contain one character.") -(defvar wl-thread-space-str "$B!!(B" +(defvar wl-thread-space-str "¡¡" "*A string for thread branch line. It should contain one character.") (defvar wl-highlight-thread-indent-string-regexp "[^[<]*" -- 1.7.10.4