From: ueno Date: Tue, 16 Apr 2002 23:54:10 +0000 (+0000) Subject: * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg. X-Git-Tag: emiko-1_14-epg-branchpoint~54 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d8d2a32b85aac8304dea50db4d6ce3b7dc3ec6a1;p=elisp%2Fsemi.git * mime-edit.el (mime-file-types): Add setting of *.jpeg for image/jpeg. --- diff --git a/mime-edit.el b/mime-edit.el index c5f51f1..34500d4 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -321,7 +321,7 @@ To insert a signature file automatically, call the function ;; Pure binary - ("\\.jpg$" + ("\\.jpg$\\|\\.jpeg$" "image" "jpeg" nil "base64" "inline" (("filename" . file)))