1
0
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:
Karl Heuer 1995-05-30 22:35:28 +00:00
parent 35b34f729f
commit 9f1250c56e

View File

@ -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)