]> code.delx.au - gnu-emacs/blobdiff - src/region-cache.c
Typo in comment.
[gnu-emacs] / src / region-cache.c
index b5b5202653f09bf3159a1261265c77f09edf7b3d..251382a5a0e95fc5eddb3de81274f4ed75ae8406 100644 (file)
@@ -21,12 +21,12 @@ Boston, MA 02111-1307, USA.  */
 
 
 #include <config.h>
+#include <stdio.h>
+
 #include "lisp.h"
 #include "buffer.h"
 #include "region-cache.h"
 
-#include <stdio.h>
-
 \f
 /* Data structures.  */
 
@@ -832,3 +832,6 @@ pp_cache (c)
       fprintf (stderr, "%d : %d\n", pos, BOUNDARY_VALUE (c, i));
     }
 }
+
+/* arch-tag: 98c29f3f-2ca2-4e3a-92f0-f2249200a17d
+   (do not change this comment) */