diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 7b3084c7aa3..eafb1e61840 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4050,7 +4050,10 @@ actually used.") | |||
| 4050 | if (! coding_system_decided) | 4050 | if (! coding_system_decided) |
| 4051 | { | 4051 | { |
| 4052 | /* The coding system is not yet decided. Decide it by an | 4052 | /* The coding system is not yet decided. Decide it by an |
| 4053 | optimized method for handling `coding:' tag. */ | 4053 | optimized method for handling `coding:' tag. |
| 4054 | |||
| 4055 | Note that we can get here only if the buffer was empty | ||
| 4056 | before the insertion. */ | ||
| 4054 | Lisp_Object val; | 4057 | Lisp_Object val; |
| 4055 | val = Qnil; | 4058 | val = Qnil; |
| 4056 | 4059 | ||