diff src/extents.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 308d34e9f07d 3889ef128488
children 56144c8593a8
line wrap: on
line diff
--- a/src/extents.c	Thu Mar 17 23:42:59 2011 +0100
+++ b/src/extents.c	Tue Mar 29 00:02:47 2011 +0200
@@ -4409,7 +4409,7 @@
 /* ------------------------------- */
 
 /* verify_extent_modification() is called when a buffer or string is
-   modified to check whether the modification is occuring inside a
+   modified to check whether the modification is occurring inside a
    read-only extent.
  */
 
@@ -4448,7 +4448,7 @@
 #endif
 
   while (1)
-    Fsignal (Qbuffer_read_only, (list1 (closure->object)));
+    Fsignal (Qextent_read_only, (list1 (wrap_extent (extent))));
 
   RETURN_NOT_REACHED(0);
 }