diff options
| -rw-r--r-- | lisp/tar-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 3398b644e69..dfc555c97e9 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -543,7 +543,7 @@ is visible (and the real data of the buffer is hidden)." | |||
| 543 | (define-key tar-mode-map [menu-bar operate copy] | 543 | (define-key tar-mode-map [menu-bar operate copy] |
| 544 | '("Copy to..." . tar-copy)) | 544 | '("Copy to..." . tar-copy)) |
| 545 | (define-key tar-mode-map [menu-bar operate expunge] | 545 | (define-key tar-mode-map [menu-bar operate expunge] |
| 546 | '("Expunge marked files" . tar-expunge)) | 546 | '("Expunge Marked Files" . tar-expunge)) |
| 547 | 547 | ||
| 548 | ;; tar mode is suitable only for specially formatted data. | 548 | ;; tar mode is suitable only for specially formatted data. |
| 549 | (put 'tar-mode 'mode-class 'special) | 549 | (put 'tar-mode 'mode-class 'special) |