of the return value of find-operation-coding-system.
+2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
+
+ * international/mule.el (decode-coding-inserted-region): Use car
+ of the return value of find-operation-coding-system.
+
2003-09-29 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char): Fix previous change.
(setq coding (funcall set-auto-coding-function
filename (- (point-max) (point-min)))))
(or coding
- (setq coding (find-operation-coding-system
- 'insert-file-contents
- filename visit beg end replace)))
+ (setq coding (car (find-operation-coding-system
+ 'insert-file-contents
+ filename visit beg end replace))))
(if (coding-system-p coding)
(or enable-multibyte-characters
(setq coding