From: Richard M. Stallman Date: Sun, 28 Nov 1999 17:29:57 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-21.0.90~5942 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfe35e7b8886ee4e3f68adf4416999e8ec488a78;p=emacs.git Comment change. --- 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.") 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;