From b42a25a457e4402f85adcf5c39f0e636af3fb519 Mon Sep 17 00:00:00 2001 From: hayashi Date: Mon, 2 Oct 2000 04:20:38 +0000 Subject: [PATCH] * mime-edit.el (mime-file-types): Fix to use application/msword instead of application/winword. From remi-1_14. --- ChangeLog | 5 +++++ mime-edit.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4