From e02190efd6d28ff584933644179c5eaa8d36c40a Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 26 Dec 2006 01:03:46 +0000 Subject: [PATCH] * epg-config.el (epg-passphrase-coding-system): Default to nil. --- ChangeLog | 4 ++++ epg-config.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fea04e2..dc3eb4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-26 Daiki Ueno + + * epg-config.el (epg-passphrase-coding-system): Default to nil. + 2006-12-20 Hiroya Murata * epa.el (epa--format-fingerprint-1): New function. diff --git a/epg-config.el b/epg-config.el index 7d6a8a3..3539aab 100644 --- a/epg-config.el +++ b/epg-config.el @@ -42,8 +42,7 @@ :group 'epg :type '(choice (const :tag "Default" nil) directory)) -(defcustom epg-passphrase-coding-system (if (boundp 'locale-coding-system) - locale-coding-system) +(defcustom epg-passphrase-coding-system nil "Coding system to use with messages from `epg-gpg-program'." :group 'epg :type 'symbol) -- 1.7.10.4