2000-06-19 Yoshiki Hayashi <yoshiki@xemacs.org>
+ * mime-edit.el (mime-edit-insert-file): Don't produce
+ charset=x-unknown.
+
+2000-06-19 Yoshiki Hayashi <yoshiki@xemacs.org>
+
* EMY 1.13.7 is released.
2000-06-16 Yoshiki Hayashi <yoshiki@xemacs.org>
(setq candidate (if (listp candidates)
(car candidates)
candidates))
+ (if (memq (static-if (featurep 'xemacs)
+ (coding-system-name candidate)
+ candidate)
+ '(undecided undecided-unix
+ undecided-dos undecided-mac))
+ (setq candidate 'raw-text))
(setq eol (coding-system-eol-type candidate))
(cond ((eq eol
(static-if (featurep 'xemacs)