(mm-define-backend): Must `copy-alist'.
authormorioka <morioka>
Tue, 7 Jul 1998 11:21:16 +0000 (11:21 +0000)
committermorioka <morioka>
Tue, 7 Jul 1998 11:21:16 +0000 (11:21 +0000)
mime-def.el

index bc9632e..994264c 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Code:
 
-(defconst mime-library-version-string "Chao 1.8.0 - \"Shij\e,Dr\e(B\"")
+(defconst mime-library-version-string "Chao 1.8.0 - \"Shij\e.D\eNr\"")
 
 
 ;;; @ variables
@@ -266,8 +266,9 @@ message/rfc822, `mime-entity' structures of them are included in
         (while rest
           (set-alist 'mime-entity-implementation-alist
                      ',type
-                     (cdr (assq (car rest)
-                                mime-entity-implementation-alist)))
+                     (copy-alist
+                      (cdr (assq (car rest)
+                                 mime-entity-implementation-alist))))
           (setq rest (cdr rest))
           ))))