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
fbbdcf2f
Commit
fbbdcf2f
authored
Dec 05, 2008
by
Chong Yidong
Browse files
(Vdebug_on_error): Doc fix.
parent
a5d2a52b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/eval.c
src/eval.c
+2
-1
No files found.
src/eval.c
View file @
fbbdcf2f
...
...
@@ -3666,7 +3666,8 @@ If the value is a list, an error only means to enter the debugger
if one of its condition symbols appears in the list.
When you evaluate an expression interactively, this variable
is temporarily non-nil if `eval-expression-debug-on-error' is non-nil.
See also variable `debug-on-quit'. */
);
The command `toggle-debug-on-error' toggles this.
See also the variable `debug-on-quit'. */
);
Vdebug_on_error
=
Qnil
;
DEFVAR_LISP
(
"debug-ignored-errors"
,
&
Vdebug_ignored_errors
,
...
...
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