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
8fba7957
Commit
8fba7957
authored
Jan 13, 2009
by
Chong Yidong
Browse files
(menu-bar-file-menu): Do not hardbind key display for exit-emacs item.
Bind it to save-buffers-kill-terminal.
parent
8e25a295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/menu-bar.el
lisp/menu-bar.el
+1
-2
No files found.
lisp/menu-bar.el
View file @
8fba7957
...
...
@@ -64,8 +64,7 @@
;; The "File" menu items
(
define-key
menu-bar-file-menu
[exit-emacs]
'
(
menu-item
"Exit Emacs"
save-buffers-kill-emacs
:keys
"C-x C-c"
'
(
menu-item
"Quit"
save-buffers-kill-terminal
:help
"Save unsaved buffers, then exit"
))
(
define-key
menu-bar-file-menu
[separator-exit]
...
...
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