From: Richard M. Stallman Date: Thu, 6 Apr 1995 02:12:11 +0000 (+0000) Subject: (tar-mode-map): Fix typo for tar-display-other-file. X-Git-Tag: emacs-19.34~4648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0760ac9a9d3c7a96ae338fdc1595148964eeab8f;p=emacs.git (tar-mode-map): Fix typo for tar-display-other-file. --- 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]