diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index 5502ebf0d31..6c021226514 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3149,8 +3149,7 @@ This does code conversion according to the value of\n\ | |||
| 3149 | val = Qemacs_mule; | 3149 | val = Qemacs_mule; |
| 3150 | else | 3150 | else |
| 3151 | { | 3151 | { |
| 3152 | if (SYMBOLP (Vset_auto_coding_function) | 3152 | if (! NILP (Vset_auto_coding_function)) |
| 3153 | && !NILP (Fboundp (Vset_auto_coding_function))) | ||
| 3154 | { | 3153 | { |
| 3155 | /* Find a coding system specified in the heading two lines | 3154 | /* Find a coding system specified in the heading two lines |
| 3156 | or in the tailing several lines of the file. We assume | 3155 | or in the tailing several lines of the file. We assume |