Mercurial > emacs
view src/m/pyrmips.h @ 61403:008bb0675c5b
(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.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 08 Apr 2005 23:33:28 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
line wrap: on
line source
/* Configuration file for the Pyramid machine that uses the MIPS cpu. */ /* This does not fully work. */ #include "m-pyramid.h" #define SYSTEM_MALLOC #define CANNOT_DUMP /* arch-tag: 82559148-25a8-466d-bbb3-f903f7666b7a (do not change this comment) */