(mm-automatic-display): Ditto.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Feb 2002 20:19:47 +0000 (20:19 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Feb 2002 20:19:47 +0000 (20:19 +0000)
* mailcap.el (mailcap-mime-data): Ditto.
From: Reiner Steib <4uce.02.r.steib@gmx.net>

lisp/ChangeLog
lisp/mailcap.el
lisp/mm-decode.el

index ca01098..9f748bd 100644 (file)
@@ -9,6 +9,10 @@
        * message.el (message-send-mail): Be talkative.
 
        * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
+       (mm-automatic-display): Ditto.
+       
+       * mailcap.el (mailcap-mime-data): Ditto.
+       From: Reiner Steib <4uce.02.r.steib@gmx.net>
 
 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
index 1762ed2..89fd7dc 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mailcap.el --- MIME media types configuration
-;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 ;; Author: William M. Perry <wmperry@aventail.com>
 ;;     Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -87,6 +87,9 @@
      ("emacs-lisp"
       (viewer . mailcap-maybe-eval)
       (type   . "application/emacs-lisp"))
+     ("x-emacs-lisp"
+      (viewer . mailcap-maybe-eval)
+      (type   . "application/x-emacs-lisp"))
      ("x-tar"
       (viewer . mailcap-save-binary-file)
       (non-viewer . t)
index 8f884d4..e7971ac 100644 (file)
@@ -254,7 +254,8 @@ when selecting a different article."
   '("text/plain" "text/enriched" "text/richtext" "text/html"
     "text/x-vcard" "image/.*" "message/delivery-status" "multipart/.*"
     "message/rfc822" "text/x-patch" "application/pgp-signature"
-    "application/emacs-lisp" "application/x-pkcs7-signature"
+    "application/emacs-lisp" "application/x-emacs-lisp"
+    "application/x-pkcs7-signature"
     "application/pkcs7-signature" "application/x-pkcs7-mime"
     "application/pkcs7-mime")
   "A list of MIME types to be displayed automatically."