From bf45517f78fdfcb973ebbf9ea7ff94f1386dc27d Mon Sep 17 00:00:00 2001 From: tmorioka Date: Fri, 21 Feb 1997 08:04:42 +0000 Subject: [PATCH] Don't `suppress-keymap'. --- mime-view.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mime-view.el b/mime-view.el index caa27a3..7e592db 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.6 $ +;; Version: $Revision: 0.7 $ ;; 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.6 1997-02-21 07:42:32 tmorioka Exp $") + "$Id: mime-view.el,v 0.7 1997-02-21 08:04:42 tmorioka Exp $") (defconst mime-view-version (get-version-string mime-view-RCS-ID)) @@ -735,9 +735,6 @@ The compressed face will be piped to this command.") (copy-keymap default) (make-sparse-keymap) ))) - (or (keymapp default) - (suppress-keymap mime-view-mode-map) - ) (define-key mime-view-mode-map "u" (function mime-view-up-content)) (define-key mime-view-mode-map -- 1.7.10.4