(tar-mode-map): Fix typo for tar-display-other-file.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 02:12:11 +0000 (02:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Apr 1995 02:12:11 +0000 (02:12 +0000)
lisp/tar-mode.el

index 54d2af4..722a86f 100644 (file)
@@ -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]