with-coding-priority
with-coding-priority is an autoloaded Lisp macro in `mule-util.el
'.
(with-coding-priority CODING-SYSTEMS &rest BODY)
Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
CODING-SYSTEMS is a list of coding systems. See `set-coding-system-priority'.
This affects the implicit sorting of lists of coding systems returned by
operations such as `find-coding-systems-region'.