aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-01-10 23:36:52 +0000
committerBill Wohler2006-01-10 23:36:52 +0000
commitabb738574636ce560c856a77f45dec77bf92a414 (patch)
tree10ad775e050201eec691731cb1d17a2a2619d89f
parent05794f14d67970b99701de23c6be0546310f12a3 (diff)
downloademacs-abb738574636ce560c856a77f45dec77bf92a414.tar.gz
emacs-abb738574636ce560c856a77f45dec77bf92a414.zip
(mh-file-mime-type): Removed trailing whitespace.
-rw-r--r--lisp/mh-e/mh-mime.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el
index 60a7b38e03d..ab67e9c6db0 100644
--- a/lisp/mh-e/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -185,8 +185,8 @@ Returns nil if file command not on system."
185 (cond 185 (cond
186 ((not (mh-have-file-command)) 186 ((not (mh-have-file-command))
187 nil) ;no file command, exit now 187 nil) ;no file command, exit now
188 ((not (and (file-exists-p filename) 188 ((not (and (file-exists-p filename)
189 (file-readable-p filename))) 189 (file-readable-p filename)))
190 nil) ;no file or not readable, ditto 190 nil) ;no file or not readable, ditto
191 (t 191 (t
192 (save-excursion 192 (save-excursion