summaryrefslogtreecommitdiff
path: root/elisp/pylint.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/pylint.el')
-rw-r--r--elisp/pylint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/pylint.el b/elisp/pylint.el
index 69dac09..90a586c 100644
--- a/elisp/pylint.el
+++ b/elisp/pylint.el
@@ -115,7 +115,7 @@ output buffer, to go to the lines where pylint found matches.
'identity
(list pylint-command
(mapconcat 'identity pylint-options " ")
- (comint-quote-filename file)) " ")))
+ (shell-quote-argument file)) " ")))
(compilation-start command 'pylint-mode)))