From: ueno Date: Mon, 8 Jul 2002 06:50:42 +0000 (+0000) Subject: (lsdb-file-coding-system): Default to 'ctext. X-Git-Tag: lsdb-0_8~7 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Flsdb.git;a=commitdiff_plain;h=2095596a285cb832f08ec8249fa16a75ee01272d;hp=a8e41ec3253f6e7bc5830ea127bb4abb3a764db7 (lsdb-file-coding-system): Default to 'ctext. --- diff --git a/lsdb.el b/lsdb.el index 24f2f67..d6aa072 100644 --- a/lsdb.el +++ b/lsdb.el @@ -73,7 +73,7 @@ :group 'lsdb :type 'file) -(defcustom lsdb-file-coding-system (find-coding-system 'iso-2022-jp) +(defcustom lsdb-file-coding-system (find-coding-system 'ctext) "Coding system for `lsdb-file'." :group 'lsdb :type 'symbol)