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
03fb33cf
Commit
03fb33cf
authored
Oct 15, 2009
by
Juri Linkov
Browse files
(menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.
parent
edd6a733
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
No files found.
lisp/ChangeLog
View file @
03fb33cf
2009-10-15 Juri Linkov <juri@jurta.org>
* menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
to the `menu-item' format.
2009-10-15 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-replace-environment-variables): Do not fail
...
...
lisp/menu-bar.el
View file @
03fb33cf
...
...
@@ -68,7 +68,7 @@
:help
,
(
purecopy
"Save unsaved buffers, then exit"
)))
(
define-key
menu-bar-file-menu
[separator-exit]
(
purecopy
'
(
"--"
)))
`
(
menu-item
,
(
purecopy
"--"
)))
;; Don't use delete-frame as event name because that is a special
;; event.
...
...
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