Mercurial > emacs
changeset 11210:48cbab79b9e7
(tar-mode-map): Fix typo for tar-display-other-file.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Apr 1995 02:12:11 +0000 |
parents | 4d404c6112e3 |
children | 2f9a24a4c9eb |
files | lisp/tar-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tar-mode.el Wed Apr 05 20:46:40 1995 +0000 +++ b/lisp/tar-mode.el Thu Apr 06 02:12:11 1995 +0000 @@ -514,7 +514,7 @@ (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]