mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(tar-mode-map): Fix typo for tar-display-other-file.
This commit is contained in:
parent
4a9386fc7a
commit
0760ac9a9d
@ -514,7 +514,7 @@ is visible (and the real data of the buffer is hidden)."
|
||||
(define-key tar-mode-map [menu-bar immediate view]
|
||||
'("View This File" . tar-view))
|
||||
(define-key tar-mode-map [menu-bar immediate display]
|
||||
'("Display in Other Window" . tar-display-file))
|
||||
'("Display in Other Window" . tar-display-other-file))
|
||||
(define-key tar-mode-map [menu-bar immediate find-file-other-window]
|
||||
'("Find in Other Window" . tar-extract-other-window))
|
||||
(define-key tar-mode-map [menu-bar immediate find-file]
|
||||
|
Loading…
Reference in New Issue
Block a user