/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.436 by raeburn, Wed Jul 24 02:07:11 2002 UTC revision 1.437 by rms, Mon Aug 12 17:28:36 2002 UTC
# Line 1712  extern EMACS_INT max_specpdl_size; Line 1712  extern EMACS_INT max_specpdl_size;
1712  struct handler  struct handler
1713    {    {
1714      /* The handler clauses and variable from the condition-case form.  */      /* The handler clauses and variable from the condition-case form.  */
1715        /* For a handler set up in Lisp code, this is always a list.
1716           For an internal handler set up by internal_condition_case*,
1717           this can instead be the symbol t or `error'.
1718           t: handle all conditions.
1719           error: handle all conditions, and errors can run the debugger
1720                  or display a backtrace.  */
1721      Lisp_Object handler;      Lisp_Object handler;
1722      Lisp_Object var;      Lisp_Object var;
1723      /* Fsignal stores here the condition-case clause that applies,      /* Fsignal stores here the condition-case clause that applies,

Legend:
Removed from v.1.436  
changed lines
  Added in v.1.437

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26