mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(rmail-mode-map): Move new Re-send menu item to right place.
This commit is contained in:
parent
b0d3522a05
commit
754b4eb72c
1 changed files with 3 additions and 3 deletions
|
|
@ -443,9 +443,6 @@ Note: it means the file has no messages in it.\n\^_")))
|
|||
(define-key rmail-mode-map [menu-bar mail]
|
||||
(cons "Mail" (make-sparse-keymap "Mail")))
|
||||
|
||||
(define-key rmail-mode-map [menu-bar mail resend]
|
||||
'("Re-send" . rmail-resend))
|
||||
|
||||
(define-key rmail-mode-map [menu-bar mail continue]
|
||||
'("Get New Mail" . rmail-get-new-mail))
|
||||
|
||||
|
|
@ -455,6 +452,9 @@ Note: it means the file has no messages in it.\n\^_")))
|
|||
(define-key rmail-mode-map [menu-bar mail continue]
|
||||
'("Continue" . rmail-continue))
|
||||
|
||||
(define-key rmail-mode-map [menu-bar mail resend]
|
||||
'("Re-send" . rmail-resend))
|
||||
|
||||
(define-key rmail-mode-map [menu-bar mail forward]
|
||||
'("Forward" . rmail-forward))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue