Fix.
authoryamaoka <yamaoka>
Tue, 8 Jan 2002 10:55:05 +0000 (10:55 +0000)
committeryamaoka <yamaoka>
Tue, 8 Jan 2002 10:55:05 +0000 (10:55 +0000)
lisp/nntp.el

index a0ff4ae..4249b39 100644 (file)
@@ -494,7 +494,7 @@ noticing asynchronous data.")
                        (symbol-value 'enable-multibyte-characters))))
     (unwind-protect
        ;; Some encoded unicode text contains character 0x80-0x9f e.g. Euro.
-       (progn
+       (let (default-enable-multibyte-characters)
          ;; `set-buffer-multibyte' will be provided by APEL for all Emacsen.
          (set-buffer-multibyte nil)
          (process-send-region (nntp-find-connection nntp-server-buffer)