mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(tar-mode-map): Fix function name in menu entry.
This commit is contained in:
parent
649e97a3c5
commit
ddcb46713b
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,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-other-file))
|
||||
'("Display in Other Window" . tar-display-other-window))
|
||||
(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…
Add table
Add a link
Reference in a new issue