]> git.eshelyaron.com Git - emacs.git/commitdiff
2006-03-29 Daiki Ueno <ueno@unixuser.org>
authorSimon Josefsson <jas@extundo.com>
Tue, 4 Apr 2006 23:30:03 +0000 (23:30 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 4 Apr 2006 23:30:03 +0000 (23:30 +0000)
* 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.

lisp/ChangeLog
lisp/pgg-gpg.el

index c2d6b58c8693465143c95358d8ca218cb29fc179..1e58ce2ea13241758dbd008a101c898e6b1bba9d 100644 (file)
@@ -1,3 +1,12 @@
+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.
+
 2006-04-04  Andreas Schwab  <schwab@suse.de>
 
        * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
index b59e68a27a809ab501c5ff4707273f40cb21746b..293431b7e84ea4cd28202b850449212d409d25da 100644 (file)
@@ -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