else
{
/* Don't try looking inside a file for a coding system
- specification if it is not a regular, seekable file. */
- bool look_inside = (regular && seekable
- && !NILP (Vset_auto_coding_function));
- if (look_inside && 0 < initial_offset
- && emacs_fd_lseek (fd, 0, SEEK_SET) < 0)
- look_inside = seekable = false;
- if (look_inside)
+ specification if it is not a regular file. */
+ if (regular && !NILP (Vset_auto_coding_function))
{
/* Find a coding system specified in the heading two
lines or in the tailing several lines of the file.