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
507c9247
Commit
507c9247
authored
Jul 20, 1997
by
Richard M. Stallman
Browse files
(debug-on-quit): Define like debug-on-error.
parent
a7d6bdac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/cus-start.el
lisp/cus-start.el
+6
-1
No files found.
lisp/cus-start.el
View file @
507c9247
...
...
@@ -93,7 +93,12 @@
(
symbol
:format
"%v"
))
(
const
:tag
"always"
t
)))
(
debug-ignored-errors
debug
(
repeat
(
choice
symbol
regexp
)))
(
debug-on-quit
debug
choice
)
(
debug-on-quit
debug
(
choice
(
const
:tag
"off"
)
(
repeat
:menu-tag
"When"
:value
(
nil
)
(
symbol
:format
"%v"
))
(
const
:tag
"always"
t
)))
;; fileio.c
(
insert-default-directory
minibuffer
boolean
)
;; frame.c
...
...
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