Don't `suppress-keymap'.
authortmorioka <tmorioka>
Fri, 21 Feb 1997 08:04:42 +0000 (08:04 +0000)
committertmorioka <tmorioka>
Fri, 21 Feb 1997 08:04:42 +0000 (08:04 +0000)
mime-view.el

index caa27a3..7e592db 100644 (file)
@@ -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