From: yamaoka Date: Tue, 8 Jan 2002 10:55:05 +0000 (+0000) Subject: Fix. X-Git-Tag: t-gnus-6_15_5-01-quimby~15 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff5f512c0c3a832c3ae0a1f6c18f9c45db5bc29;p=elisp%2Fgnus.git- Fix. --- diff --git a/lisp/nntp.el b/lisp/nntp.el index a0ff4ae..4249b39 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -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)