(readevalloop): Add args START and END as region in
authorKim F. Storm <storm@cua.dk>
Fri, 8 Apr 2005 23:33:28 +0000 (23:33 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 8 Apr 2005 23:33:28 +0000 (23:33 +0000)
commit4c03c46d5f8295b25d6583bd67c601a66f04e32e
tree29165a831e104493930e1f7e0ca59f2b47ff8a64
parentbfd93240604163598511253cc33cdc3632288352
(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.
src/lread.c