Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
992dd91a
Commit
992dd91a
authored
Aug 12, 2002
by
Richard M. Stallman
Browse files
Comment change.
parent
557713d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/lisp.h
src/lisp.h
+6
-0
No files found.
src/lisp.h
View file @
992dd91a
...
...
@@ -1712,6 +1712,12 @@ extern EMACS_INT max_specpdl_size;
struct
handler
{
/* The handler clauses and variable from the condition-case form. */
/* For a handler set up in Lisp code, this is always a list.
For an internal handler set up by internal_condition_case*,
this can instead be the symbol t or `error'.
t: handle all conditions.
error: handle all conditions, and errors can run the debugger
or display a backtrace. */
Lisp_Object
handler
;
Lisp_Object
var
;
/* Fsignal stores here the condition-case clause that applies,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment