Mercurial > emacs
changeset 26638:b149d27170f9
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Nov 1999 17:29:57 +0000 |
parents | 2b28e1204736 |
children | 4aad3cb5a850 |
files | src/fileio.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sun Nov 28 12:49:29 1999 +0000 +++ b/src/fileio.c Sun Nov 28 17:29:57 1999 +0000 @@ -4050,7 +4050,10 @@ if (! coding_system_decided) { /* The coding system is not yet decided. Decide it by an - optimized method for handling `coding:' tag. */ + optimized method for handling `coding:' tag. + + Note that we can get here only if the buffer was empty + before the insertion. */ Lisp_Object val; val = Qnil;