# HG changeset patch # User Richard M. Stallman # Date 943810197 0 # Node ID b149d27170f96c241d5c225b4e723c19284b413f # Parent 2b28e12047364896f8d974c2c6d2740a80bef864 Comment change. diff -r 2b28e1204736 -r b149d27170f9 src/fileio.c --- 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;