`eword-decode-unstructured'.
(eword-decode-region): Fix arguments order to calling
`eword-decode-unstructured'.
1998-04-25 Tanaka Akira <akr@jaist.ac.jp>
+ * eword-decode.el (eword-decode-string): Fix arguments order to calling
+ `eword-decode-unstructured'.
+ (eword-decode-region): Fix arguments order to calling
+ `eword-decode-unstructured'.
+
+1998-04-25 Tanaka Akira <akr@jaist.ac.jp>
+
* eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
(eword-decode-first-encoded-words): Update DOC-string.
(eword-decode-unstructured): Argument `code-conversion' is now required.
Otherwise it decodes non-ASCII bit patterns as the
default-mime-charset."
(eword-decode-unstructured
- code-conversion
(std11-unfold-string string)
+ code-conversion
must-unfold))
(eword-decode-unfold)
)
(let ((str (eword-decode-unstructured
- code-conversion
(buffer-substring (point-min) (point-max))
+ code-conversion
must-unfold)))
(delete-region (point-min) (point-max))
(insert str)))))