projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df9fd82
)
Fix.
author
yamaoka
<yamaoka>
Tue, 8 Jan 2002 10:55:05 +0000
(10:55 +0000)
committer
yamaoka
<yamaoka>
Tue, 8 Jan 2002 10:55:05 +0000
(10:55 +0000)
lisp/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/nntp.el
b/lisp/nntp.el
index
a0ff4ae
..
4249b39
100644
(file)
--- 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)