From 2095596a285cb832f08ec8249fa16a75ee01272d Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 8 Jul 2002 06:50:42 +0000 Subject: [PATCH] (lsdb-file-coding-system): Default to 'ctext. --- lsdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4