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
2ecab840
Commit
2ecab840
authored
Apr 23, 2004
by
Stefan Monnier
Browse files
(dired-mode-map): Add a menu entry for wdired.
parent
dc68cfc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/dired.el
lisp/dired.el
+2
-0
No files found.
lisp/dired.el
View file @
2ecab840
...
...
@@ -1160,6 +1160,8 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST."
:help
"Edit file at cursor"
))
(
define-key
map
[menu-bar
immediate
create-directory]
'
(
menu-item
"Create Directory..."
dired-create-directory
))
(
define-key
map
[menu-bar
immediate
wdired-mode]
'
(
menu-item
"Edit File Names"
wdired-change-to-wdired-mode
))
(
define-key
map
[menu-bar
regexp]
(
cons
"Regexp"
(
make-sparse-keymap
"Regexp"
)))
...
...
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