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
5f0e1d42
Commit
5f0e1d42
authored
Jun 22, 2001
by
Eli Zaretskii
Browse files
(toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
parent
7a03d9cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/menu-bar.el
lisp/menu-bar.el
+4
-2
No files found.
lisp/ChangeLog
View file @
5f0e1d42
2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
* menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc
fix.
2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
* toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
...
...
lisp/menu-bar.el
View file @
5f0e1d42
...
...
@@ -576,11 +576,13 @@ Do the same for the keys of the same name."
(
define-key
menu-bar-options-menu
[debug-on-quit]
(
menu-bar-make-toggle
toggle-debug-on-quit
debug-on-quit
"Enter Debugger on Quit/C-g"
"Debug on Quit %s"
"Toggle whether to enter the Lisp Debugger on Quit/C-g"
"Debug on Quit %s"
"Enter Lisp debugger when C-g is pressed"
))
(
define-key
menu-bar-options-menu
[debug-on-error]
(
menu-bar-make-toggle
toggle-debug-on-error
debug-on-error
"Enter Debugger on Error"
"Debug on Error %s"
"Toggle whether to enter the Lisp Debugger on Error"
"Debug on Error %s"
"Enter Lisp debugger when error is signaled"
))
(
define-key
menu-bar-options-menu
[debugger-separator]
'
(
"--"
))
...
...
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