# HG changeset patch # User Kim F. Storm # Date 1113003174 0 # Node ID b2be03118df91cf28cc0a3bd30880bfae987dcd2 # Parent 99b039f2f0408d53b1032d35316c3b958e67c8f1 *** empty log message *** diff -r 99b039f2f040 -r b2be03118df9 src/ChangeLog --- a/src/ChangeLog Fri Apr 08 23:10:24 2005 +0000 +++ b/src/ChangeLog Fri Apr 08 23:32:54 2005 +0000 @@ -1,3 +1,14 @@ +2005-04-09 Kim F. Storm + + * 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 * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".