Mercurial > emacs
annotate src/.cvsignore @ 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 | 3d3c06296275 |
children | adbf7c56937f |
rev | line source |
---|---|
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
1 *-spd |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
2 *.core |
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
3 *.pdb |
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
4 .gdb_history |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
5 Makefile |
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
6 Makefile.c |
25924 | 7 TAGS-LISP |
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
8 _gdbinit |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
9 bootstrap-emacs |
25889 | 10 config.h |
11 config.stamp | |
12 emacs | |
13 emacs-* | |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
14 epaths.h |
53661
41bc433c6843
Add .gdb_history
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
40342
diff
changeset
|
15 gdb.ini |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
25924
diff
changeset
|
16 obj |
31647
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
17 prefix-args |
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
18 stamp-oldxmenu |
0b2ba6cfa083
Sort alphabetically and add `Makefile'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
29746
diff
changeset
|
19 temacs |
58070
3d3c06296275
* .cvsignore: Add buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents:
53661
diff
changeset
|
20 buildobj.lst |