summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-06 02:12:11 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-06 02:12:11 +0000
commit40a82e43b0d185ebddc16cb8a9d43cd1f1fe112b (patch)
treea7c3a29a78ea771cee90e9fbd3985317f66f9a8c /lisp/tar-mode.el
parenta652d42acb3a2b65890889643c9bb642dc4f2570 (diff)
downloademacs-40a82e43b0d185ebddc16cb8a9d43cd1f1fe112b.tar.gz
(tar-mode-map): Fix typo for tar-display-other-file.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index 54d2af4773e..722a86fda7d 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -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]