diff src/line-number.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 6240c7796c7a
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/line-number.c	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/line-number.c	Mon Aug 13 11:07:10 2007 +0200
@@ -52,7 +52,6 @@
 #include <config.h>
 #include "lisp.h"
 #include "buffer.h"
-#include "insdel.h"
 
 #include "line-number.h"
 
@@ -81,7 +80,7 @@
 /* Initialize the cache.  Cache is (in pseudo-BNF):
 
    CACHE		= nil | INITIALIZED-CACHE
-   INITITIALIZED-CACHE	= cons (RING, BEGV-LINE)
+   INITIALIZED-CACHE	= cons (RING, BEGV-LINE)
    RING			= vector (*RING-ELEMENT)
    RING-ELEMENT		= nil | RING-PAIR
    RING-PAIR		= cons (marker, integer)