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:
d81d53e
)
(message-check-encoding): Fix condition for starting check.
author
keiichi
<keiichi>
Tue, 27 Oct 1998 11:11:16 +0000
(11:11 +0000)
committer
keiichi
<keiichi>
Tue, 27 Oct 1998 11:11:16 +0000
(11:11 +0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
0b84a10
..
235bffa
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-2834,7
+2834,7
@@
to find out how to use this."
(encoding (or encoding-string
message-default-encoding)))
(message "%s %s" encoding-string encoding)
- (if (not (string-match "^7bit" encoding))
+ (if (string-match "^8bit" encoding)
t
(widen)
(set-buffer (get-buffer-create " message syntax"))