Synch with `flim-1_14'.
* mel.el (binary-to-text-funcall): Bind `default-process-coding-system',
`input-coding-system', `output-coding-system', `program-coding-system-alist',
and `selective-display' for old Emacsen. It won't work with Nemacs.
(binary-funcall): Bind `default-kanji-flag', `default-kanji-process-code',
`default-mc-flag', `default-process-coding-system', `input-coding-system',
`kanji-flag', `mc-flag', `output-coding-system',
`program-coding-system-alist', `program-kanji-code-alist' and
`selective-display' for old Emacsen.
(binary-find-file-noselect): Alias to `find-file-noselect-as-binary'.
(binary-insert-encoded-file): Alias to `insert-file-contents-as-binary'.
(binary-write-decoded-region): Alias to `write-region-as-binary'.
(8bit-write-decoded-region): Use `write-region-as-coding-system' with the 1st
arg `raw-text'.
(8bit-insert-encoded-file): Alias to `insert-file-contents-as-raw-text'.