1
Fork 0
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:
Andreas Schwab 1997-11-13 11:36:02 +00:00
parent 649e97a3c5
commit ddcb46713b

View file

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