check consistency with coding: spec, etc if raw-text or
no-conversion was found to be safe.
+2005-04-25 Kenichi Handa <handa@m17n.org>
+
+ * international/mule-cmds.el (select-safe-coding-system): Don't
+ check consistency with coding: spec, etc if raw-text or
+ no-conversion was found to be safe.
+
2005-04-24 Richard M. Stallman <rms@gnu.org>
* mail/sendmail.el (mail-font-lock-keywords): Match any number of
;; give when file is re-read.
;; But don't do this if we explicitly ignored the cookie
;; by using `find-file-literally'.
- (unless (or (stringp from) find-file-literally)
+ (unless (or (stringp from)
+ find-file-literally
+ (memq (coding-system-type coding-system) '(0 5)))
(let ((auto-cs (save-excursion
(save-restriction
(widen)