diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 47177be0f4d..ee30db8b49b 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4101,7 +4101,7 @@ by calling `format-decode', which see. */) | |||
| 4101 | else | 4101 | else |
| 4102 | { | 4102 | { |
| 4103 | /* Don't try looking inside a file for a coding system | 4103 | /* Don't try looking inside a file for a coding system |
| 4104 | specification if it is not seekable. */ | 4104 | specification if it is not a regular file. */ |
| 4105 | if (regular && !NILP (Vset_auto_coding_function)) | 4105 | if (regular && !NILP (Vset_auto_coding_function)) |
| 4106 | { | 4106 | { |
| 4107 | /* Find a coding system specified in the heading two | 4107 | /* Find a coding system specified in the heading two |