From 7ff5f512c0c3a832c3ae0a1f6c18f9c45db5bc29 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 8 Jan 2002 10:55:05 +0000 Subject: [PATCH] Fix. --- lisp/nntp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4