From: tomo Date: Fri, 29 Sep 2000 04:18:16 +0000 (+0000) Subject: (mime-file-types): Fix to use application/msword instead of X-Git-Tag: remi-1_14_2-1~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=efe438a13dae0194cd444f8ce4214143eaa4873b;p=elisp%2Fsemi.git (mime-file-types): Fix to use application/msword instead of application/winword. --- diff --git a/mime-edit.el b/mime-edit.el index 1913d3b..d6899a3 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -317,7 +317,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)) )