diff src/undo.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 3d6bfa290dbd
children 2c611d1463a6
line wrap: on
line diff
--- a/src/undo.c	Mon Aug 13 10:07:42 2007 +0200
+++ b/src/undo.c	Mon Aug 13 10:08:34 2007 +0200
@@ -144,10 +144,6 @@
 /* Record that a deletion is about to take place,
    for LENGTH characters at location BEG.  */
 
-#ifdef ENERGIZE
-extern int inside_parse_buffer; /* total kludge */
-#endif
-
 void
 record_delete (struct buffer *b, Bufpos beg, Charcount length)
 {
@@ -155,12 +151,6 @@
   Lisp_Object sbeg;
   int at_boundary;
 
-#ifdef ENERGIZE
-  /* #### why is this necessary? */
-  if (inside_parse_buffer)
-    return;
-#endif
-
   if (!undo_prelude (b, 1))
     return;