diff options
author | Bill Wohler <wohler@newt.com> | 2006-02-17 03:50:55 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-02-17 03:50:55 +0000 |
commit | c92374022ecc5c436bf9521f491fa14808267107 (patch) | |
tree | c894af85ea63d67ba40544dca7124d3ef4713fe4 /lisp/mh-e/mh-mime.el | |
parent | 0f5fe5ccbf3700b21d26af07d1d296be317b1073 (diff) | |
download | emacs-c92374022ecc5c436bf9521f491fa14808267107.tar.gz |
(mh-file-mime-type-substitutions): Remove trailing whitespace
(checkdoc fix).
Diffstat (limited to 'lisp/mh-e/mh-mime.el')
-rw-r--r-- | lisp/mh-e/mh-mime.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index b35b1e6aace..4b0ce65cf5d 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -1741,9 +1741,9 @@ Returns nil if file command not on system." ("application/x-zip" "\.sxw" "application/vnd.sun.xml.writer") ("application/x-zip" "\.odg" "application/vnd.oasis.opendocument.graphics") ("application/x-zip" "\.odi" "application/vnd.oasis.opendocument.image") - ("application/x-zip" "\.odp" + ("application/x-zip" "\.odp" "application/vnd.oasis.opendocument.presentation") - ("application/x-zip" "\.ods" + ("application/x-zip" "\.ods" "application/vnd.oasis.opendocument.spreadsheet") ("application/x-zip" "\.odt" "application/vnd.oasis.opendocument.text")) "Substitutions to make for Content-Type returned from file command. |