* mime-edit.el (mime-file-types): Fix to use application/msword
authorhayashi <hayashi>
Mon, 2 Oct 2000 04:20:38 +0000 (04:20 +0000)
committerhayashi <hayashi>
Mon, 2 Oct 2000 04:20:38 +0000 (04:20 +0000)
instead of application/winword.
From remi-1_14.

ChangeLog
mime-edit.el

index 81c1b49..0f370f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime-edit.el (mime-file-types): Fix to use application/msword
+       instead of application/winword.
+
 2000-08-04   Daiki Ueno  <ueno@unixuser.org>
 
        * pgg-gpg.el (pgg-gpg-process-region): Don't bind
index c8384f2..a02af71 100644 (file)
@@ -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