mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-mode-map): Fix duplicate [menu-bar regexp mark].
This commit is contained in:
parent
25e928b0a9
commit
aa924debea
1 changed files with 1 additions and 1 deletions
|
|
@ -989,7 +989,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
|
|||
'("Flag..." . dired-flag-files-regexp))
|
||||
(define-key map [menu-bar regexp mark]
|
||||
'("Mark..." . dired-mark-files-regexp))
|
||||
(define-key map [menu-bar regexp mark]
|
||||
(define-key map [menu-bar regexp mark-cont]
|
||||
'("Mark Containing..." . dired-mark-files-containing-regexp))
|
||||
|
||||
(define-key map [menu-bar mark]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue