summaryrefslogtreecommitdiff
path: root/lisp/pgg-gpg.el
diff options
context:
space:
mode:
authorSimon Josefsson <jas@extundo.com>2006-04-04 23:30:03 +0000
committerSimon Josefsson <jas@extundo.com>2006-04-04 23:30:03 +0000
commitcddfe50b49d453618a162ccddc03c653b4530e47 (patch)
treef4ac8273fc6b2f9b37a7b4a52f2a556792cc22a7 /lisp/pgg-gpg.el
parenta69b0f47ec73ae66404e0902a65864cca6d29cec (diff)
downloademacs-cddfe50b49d453618a162ccddc03c653b4530e47.tar.gz
2006-03-29 Daiki Ueno <ueno@unixuser.org>
* pgg-gpg.el (pgg-gpg-start-process): Don't bind default-enable-multibyte-characters. This reverts the change from revision 6.17 which is no longer necessary because the passphrase is sent separately now. GnuPG messages are unreadable under multibyte locales with default-enable-multibyte-characters set to nil.
Diffstat (limited to 'lisp/pgg-gpg.el')
-rw-r--r--lisp/pgg-gpg.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el
index b59e68a27a8..293431b7e84 100644
--- a/lisp/pgg-gpg.el
+++ b/lisp/pgg-gpg.el
@@ -82,7 +82,6 @@
(coding-system-for-write 'binary)
(process-connection-type nil)
(orig-mode (default-file-modes))
- default-enable-multibyte-characters
(buffer (generate-new-buffer " *pgg-gpg*"))
process)
(with-current-buffer buffer