diff options
| author | Bill Wohler | 2006-02-17 03:50:55 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-02-17 03:50:55 +0000 |
| commit | c92374022ecc5c436bf9521f491fa14808267107 (patch) | |
| tree | c894af85ea63d67ba40544dca7124d3ef4713fe4 | |
| parent | 0f5fe5ccbf3700b21d26af07d1d296be317b1073 (diff) | |
| download | emacs-c92374022ecc5c436bf9521f491fa14808267107.tar.gz emacs-c92374022ecc5c436bf9521f491fa14808267107.zip | |
(mh-file-mime-type-substitutions): Remove trailing whitespace
(checkdoc fix).
| -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." | |||
| 1741 | ("application/x-zip" "\.sxw" "application/vnd.sun.xml.writer") | 1741 | ("application/x-zip" "\.sxw" "application/vnd.sun.xml.writer") |
| 1742 | ("application/x-zip" "\.odg" "application/vnd.oasis.opendocument.graphics") | 1742 | ("application/x-zip" "\.odg" "application/vnd.oasis.opendocument.graphics") |
| 1743 | ("application/x-zip" "\.odi" "application/vnd.oasis.opendocument.image") | 1743 | ("application/x-zip" "\.odi" "application/vnd.oasis.opendocument.image") |
| 1744 | ("application/x-zip" "\.odp" | 1744 | ("application/x-zip" "\.odp" |
| 1745 | "application/vnd.oasis.opendocument.presentation") | 1745 | "application/vnd.oasis.opendocument.presentation") |
| 1746 | ("application/x-zip" "\.ods" | 1746 | ("application/x-zip" "\.ods" |
| 1747 | "application/vnd.oasis.opendocument.spreadsheet") | 1747 | "application/vnd.oasis.opendocument.spreadsheet") |
| 1748 | ("application/x-zip" "\.odt" "application/vnd.oasis.opendocument.text")) | 1748 | ("application/x-zip" "\.odt" "application/vnd.oasis.opendocument.text")) |
| 1749 | "Substitutions to make for Content-Type returned from file command. | 1749 | "Substitutions to make for Content-Type returned from file command. |