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:
parent
05794f14d6
commit
abb7385746
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue