|
@@ -4241,7 +4241,7 @@ Return output file's name."
|
|
|
`((?i . ,(shell-quote-argument in-file))
|
|
|
(?I . ,(browse-url-file-url in-file))
|
|
|
(?f . ,out-fmt)
|
|
|
- (?o . ,out-file)
|
|
|
+ (?o . ,(shell-quote-argument out-file))
|
|
|
(?O . ,(browse-url-file-url out-file))
|
|
|
(?d . , (shell-quote-argument out-dir))
|
|
|
(?D . ,(browse-url-file-url out-dir))
|