From: Kim F. Storm Date: Fri, 8 Apr 2005 23:32:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~1127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfd93240604163598511253cc33cdc3632288352;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index ec60d4add5f..2a7e88e4adf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 "=>".