diff options
| author | forcer <forcer> | 2005-09-14 14:19:00 +0000 | 
|---|---|---|
| committer | forcer <mwolson@gnu.org> | 2005-09-14 14:19:00 +0000 | 
| commit | f3e2073b312f954940d9fab944525b23f22fc926 (patch) | |
| tree | 99d3eb7902c7797d3210c4473b46c40891aefaf7 | |
| parent | 459295382c80cba3327883cd643a8bb1a1144b7d (diff) | |
Add more mikmod command line args.
darcs-hash:20050914141914-2189f-4e29867532782c1fc17100c521c1b1746fb51b73.gz
| -rw-r--r-- | emms-player-simple.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/emms-player-simple.el b/emms-player-simple.el index 2fb8b8c..659b9f8 100644 --- a/emms-player-simple.el +++ b/emms-player-simple.el @@ -167,7 +167,7 @@ the specified PARAMS."    (emms-player-simple-regexp ".669" ".amf" ".dsm" ".far" ".gdm" ".it"                               ".imf" ".mod" ".med" ".mtm" ".okt" ".s3m"                               ".stm" ".stx" ".ult" ".apun" ".xm" ".mod") -  "mikmod" "-q") +  "mikmod" "-q" "-p" "1" "-X")  (provide 'emms-player-simple)  ;;; emms-player-simple.el ends here | 
