From f914d2a2d609ef19285d375f84e29bdd0be097af Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 21 Feb 1997 07:32:05 +0000 Subject: [PATCH] Key-binding for function `mime-view-display-x-face' was abolished. --- mime-view.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mime-view.el b/mime-view.el index d853ba0..f0a9746 100644 --- a/mime-view.el +++ b/mime-view.el @@ -6,7 +6,7 @@ ;; Created: 1994/7/13 ;; Renamed: 1994/8/31 from tm-body.el ;; Renamed: 1997/02/19 from tm-view.el -;; Version: $Revision: 0.4 $ +;; Version: $Revision: 0.5 $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -44,7 +44,7 @@ ;;; (defconst mime-view-RCS-ID - "$Id: mime-view.el,v 0.4 1997-02-21 05:29:42 tmorioka Exp $") + "$Id: mime-view.el,v 0.5 1997-02-21 07:32:05 tmorioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -765,8 +765,6 @@ The compressed face will be piped to this command.") (define-key mime-view-mode-map "\C-c\C-p" (function mime-view-print-content)) (define-key mime-view-mode-map - "x" (function mime-view-display-x-face)) - (define-key mime-view-mode-map "a" (function mime-view-follow-content)) (define-key mime-view-mode-map "q" (function mime-view-quit)) -- 1.7.10.4