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
commit0760ac9a9d3c7a96ae338fdc1595148964eeab8f (patch)
tree763fc63e730233494ed8dcc655ea2c575e3a5cec /lisp/tar-mode.el
parent4a9386fc7a9875b1b57980c0911dab8e10e19f03 (diff)
downloademacs-0760ac9a9d3c7a96ae338fdc1595148964eeab8f.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]