From: hayashi Date: Mon, 2 Oct 2000 04:20:38 +0000 (+0000) Subject: * mime-edit.el (mime-file-types): Fix to use application/msword X-Git-Tag: emy-1_13_9~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b42a25a457e4402f85adcf5c39f0e636af3fb519;p=elisp%2Fsemi.git * mime-edit.el (mime-file-types): Fix to use application/msword instead of application/winword. From remi-1_14. --- diff --git a/ChangeLog b/ChangeLog index 81c1b49..0f370f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-29 MORIOKA Tomohiko + + * mime-edit.el (mime-file-types): Fix to use application/msword + instead of application/winword. + 2000-08-04 Daiki Ueno * pgg-gpg.el (pgg-gpg-process-region): Don't bind diff --git a/mime-edit.el b/mime-edit.el index c8384f2..a02af71 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -308,7 +308,7 @@ To insert a signature file automatically, call the function ;; Octect binary text ("\\.doc$" ;MS Word - "application" "winword" nil + "application" "msword" nil "base64" "attachment" (("filename" . file))) ("\\.ppt$" ; MS Power Point