From: ueno Date: Tue, 26 Dec 2006 01:03:46 +0000 (+0000) Subject: * epg-config.el (epg-passphrase-coding-system): Default to nil. X-Git-Tag: epg-0_0_9~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e02190efd6d28ff584933644179c5eaa8d36c40a;p=elisp%2Fepg.git * epg-config.el (epg-passphrase-coding-system): Default to nil. --- 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)