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
df4d8e01
Commit
df4d8e01
authored
Jul 12, 1994
by
Richard M. Stallman
Browse files
(menu-bar-file-menu): Add insert-file menu item.
parent
997a3b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/menu-bar.el
lisp/menu-bar.el
+2
-0
No files found.
lisp/menu-bar.el
View file @
df4d8e01
...
...
@@ -70,6 +70,8 @@
'
(
"Print Buffer"
.
print-buffer
))
(
define-key
menu-bar-file-menu
[kill-buffer]
'
(
"Kill Buffer"
.
kill-this-buffer
))
(
define-key
menu-bar-file-menu
[insert-file]
'
(
"Insert File"
.
insert-file
))
(
define-key
menu-bar-file-menu
[revert-buffer]
'
(
"Revert Buffer"
.
revert-buffer
))
(
define-key
menu-bar-file-menu
[write-file]
...
...
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