load-with-code-conversion

load-with-code-conversion is a compiled Lisp function in `mule.el'.

(load-with-code-conversion FULLNAME FILE &optional NOERROR NOMESSAGE)

Execute a file of Lisp code named FILE whose absolute name is FULLNAME.
The file contents are decoded before evaluation if necessary.
If optional third arg NOERROR is non-nil,
report no error if FILE doesn't exist.
Print messages at start and end of loading unless
optional fourth arg NOMESSAGE is non-nil.
Return t if file exists.