]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Nov 1999 17:29:57 +0000 (17:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Nov 1999 17:29:57 +0000 (17:29 +0000)
src/fileio.c

index 7b3084c7aa3a74907dcd2e1301ee7e8e7b3db4c7..eafb1e61840395f03c5c0dd211608cbbb573f020 100644 (file)
@@ -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;