Mercurial > emacs
annotate etc/.arch-inventory @ 63767:60a9b2133cf1
(call_debugger): Take full care of extending stack limits
to make space for the debugger, and restore the change afterward.
Bind debug-on-error to nil.
(restore_stack_limits): New subroutine.
(Fsignal): Extend specpdl bound along with eval depth bound,
for calling edebug. Don't do either one, for calling debugger.
(find_handler_clause): Don't bind debug-on-error here.
Don't unbind anything either.
Temporarily advance max_specpdl_size for calling
internal_with_output_to_temp_buffer.
(grow_specpdl): Don't alter max_specpdl_size before signaling an error.
(syms_of_eval) <max-specpdl-size>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jun 2005 14:37:47 +0000 |
parents | 34a75c56c1ce |
children | 35069180a991 |
rev | line source |
---|---|
55782
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
1 # Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile |
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
2 source ^(Makefile)$ |
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
3 |
56055
34a75c56c1ce
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Miles Bader <miles@gnu.org>
parents:
56043
diff
changeset
|
4 # Generated files (DOC-X is generated on windows) |
34a75c56c1ce
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403
Miles Bader <miles@gnu.org>
parents:
56043
diff
changeset
|
5 backup ^(DOC(|-[0-9.]*|-X))$ |
56043
a0fc4f10d0cf
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
Miles Bader <miles@gnu.org>
parents:
56026
diff
changeset
|
6 |
56026
bb6720f21c54
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Miles Bader <miles@gnu.org>
parents:
55782
diff
changeset
|
7 # Install-in-place on NT makes this directory, so just ignore it |
bb6720f21c54
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Miles Bader <miles@gnu.org>
parents:
55782
diff
changeset
|
8 backup ^(icons)$ |
bb6720f21c54
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Miles Bader <miles@gnu.org>
parents:
55782
diff
changeset
|
9 |
55782
3c8e35fb94bb
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
10 # arch-tag: 5a1d62e0-593a-48cd-8743-8d45dc58dfae |