diff options
| author | Richard M. Stallman | 1999-11-28 17:29:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-11-28 17:29:57 +0000 |
| commit | dfe35e7b8886ee4e3f68adf4416999e8ec488a78 (patch) | |
| tree | 928490a90117c59e3cc7d5a764de13b526f63980 /src | |
| parent | 717d0121dd1284690ba14821c741a00b1b8e2f62 (diff) | |
| download | emacs-dfe35e7b8886ee4e3f68adf4416999e8ec488a78.tar.gz emacs-dfe35e7b8886ee4e3f68adf4416999e8ec488a78.zip | |
Comment change.
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 | ||