1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

(mh-file-mime-type): Removed trailing whitespace.

This commit is contained in:
Bill Wohler 2006-01-10 23:36:52 +00:00
parent 05794f14d6
commit abb7385746

View file

@ -185,8 +185,8 @@ Returns nil if file command not on system."
(cond
((not (mh-have-file-command))
nil) ;no file command, exit now
((not (and (file-exists-p filename)
(file-readable-p filename)))
((not (and (file-exists-p filename)
(file-readable-p filename)))
nil) ;no file or not readable, ditto
(t
(save-excursion