+2005-04-09 Kim F. Storm <storm@cua.dk>
+
+ * lread.c (readevalloop): Add args START and END as region in
+ current buffer to read. Callers changed.
+ When specified, narrow to this region only when reading,
+ not during eval. Track next point to read from during eval.
+ Also restore point to "real" buffer position before eval.
+ (Feval_region): Don't save excursion and restriction here, and
+ don't narrow to region. Just pass region to readevalloop.
+ Note: Point is now preserved even when PRINTFLAG is nil.
+
2005-04-08 Kim F. Storm <storm@cua.dk>
* xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".