emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 08 Apr 2005 19:32:55 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4310 emacs/src/ChangeLog:1.4311
*** emacs/src/ChangeLog:1.4310  Fri Apr  8 07:45:43 2005
--- emacs/src/ChangeLog Fri Apr  8 23:32:54 2005
***************
*** 1,3 ****
--- 1,14 ----
+ 2005-04-09  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]