epg-locale-coding-system.
+2006-09-13 Daiki Ueno <ueno@unixuser.org>
+
+ * epg-config.el (epg-passphrase-coding-system): Renamed from
+ epg-locale-coding-system.
+
2006-09-11 Daiki Ueno <ueno@unixuser.org>
* epa-file.el (epa-file-decode-and-insert): New function which
:group 'epg
:type '(choice (const :tag "Default" nil) directory))
-(defcustom epg-locale-coding-system (if (boundp 'locale-coding-system)
- locale-coding-system)
+(defcustom epg-passphrase-coding-system (if (boundp 'locale-coding-system)
+ locale-coding-system)
"Coding system to use with messages from `epg-gpg-program'."
:group 'epg
:type 'symbol)
(setq passphrase-with-new-line (concat passphrase "\n"))
(epg--clear-string passphrase)
(setq passphrase nil)
- (if epg-locale-coding-system
+ (if epg-passphrase-coding-system
(progn
(setq encoded-passphrase-with-new-line
(encode-coding-string
passphrase-with-new-line
- epg-locale-coding-system))
+ epg-passphrase-coding-system))
(epg--clear-string passphrase-with-new-line)
(setq passphrase-with-new-line nil))
(setq encoded-passphrase-with-new-line