mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(tar-mode-map): Fix capitalization in menu bar.
This commit is contained in:
parent
35b34f729f
commit
9f1250c56e
@ -543,7 +543,7 @@ is visible (and the real data of the buffer is hidden)."
|
||||
(define-key tar-mode-map [menu-bar operate copy]
|
||||
'("Copy to..." . tar-copy))
|
||||
(define-key tar-mode-map [menu-bar operate expunge]
|
||||
'("Expunge marked files" . tar-expunge))
|
||||
'("Expunge Marked Files" . tar-expunge))
|
||||
|
||||
;; tar mode is suitable only for specially formatted data.
|
||||
(put 'tar-mode 'mode-class 'special)
|
||||
|
Loading…
Reference in New Issue
Block a user