emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src eval.c


From: Richard M . Stallman
Subject: [Emacs-commit] emacs/src eval.c
Date: Sat, 25 Jun 2005 10:37:48 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Richard M. Stallman <address@hidden>    05/06/25 14:37:47

Modified files:
        src            : eval.c 

Log message:
        (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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/eval.c.diff?tr1=1.243&tr2=1.244&r1=text&r2=text





reply via email to

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