mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(dired-mode-map): Fix duplicate [menu-bar regexp mark].
This commit is contained in:
parent
25e928b0a9
commit
aa924debea
@ -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…
Reference in New Issue
Block a user