* wl-vars.el: Changed file coding system to euc-japan.
authorteranisi <teranisi>
Wed, 4 Jul 2001 01:52:16 +0000 (01:52 +0000)
committerteranisi <teranisi>
Wed, 4 Jul 2001 01:52:16 +0000 (01:52 +0000)
Added -*-coding:-*- magic to the first line.

wl/ChangeLog
wl/wl-vars.el

index 3eb231a..e9c4886 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-vars.el: Changed file coding system to euc-japan.
+       Added -*-coding:-*- magic to the first line.
+
 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
index dd8ceb2..fe79370 100644 (file)
@@ -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 <teranisi@gohome.org>
 ;; Copyright (C) 1998,1999,2000,2001 Masahiro MURATA <muse@ba2.so-net.ne.jp>
@@ -1449,12 +1449,12 @@ every intervals specified by wl-biff-check-interval."
   :type 'integer
   :group 'wl-highlight)
 
-(defcustom wl-biff-state-indicator-on "[\e$B")\e(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 "[\e$B!>\e(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 "\e$B(2\e(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       "\e$B(1\e(B"
+(defvar wl-thread-youngest-child-str       "¨±"
   "*A string for thread branch line.  It should contain one character.")
-(defvar wl-thread-vertical-str             "\e$B(-\e(B"
+(defvar wl-thread-vertical-str             "¨­"
   "*A string for thread branch line.  It should contain one character.")
-(defvar wl-thread-horizontal-str           "\e$B(,\e(B"
+(defvar wl-thread-horizontal-str           "¨¬"
   "*A string for thread branch line.  It should contain one character.")
-(defvar wl-thread-space-str                "\e$B!!\e(B"
+(defvar wl-thread-space-str                "¡¡"
   "*A string for thread branch line.  It should contain one character.")
 
 (defvar wl-highlight-thread-indent-string-regexp "[^[<]*"