From: Andreas Schwab Date: Thu, 13 Nov 1997 11:36:02 +0000 (+0000) Subject: (tar-mode-map): Fix function name in menu entry. X-Git-Tag: emacs-20.3~2819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ddcb46713be0f67f70dbaeea589c7b74591eb370;p=emacs.git (tar-mode-map): Fix function name in menu entry. --- diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index c0a83597957..613dbdb723e 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -521,7 +521,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-other-file)) + '("Display in Other Window" . tar-display-other-window)) (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]