summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-30 01:45:40 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-30 01:45:40 +0200
commit2e1f5afab2497baf2a9e1fe47fed62482da3cfcc (patch)
tree9dddfe910db15c28de169479b1dcc7c21110e4b1
parent1387c2c6aab242613da635da0d6a4b17cdb1f919 (diff)
parent392b5c432904b6af28a5364a5ff98c3d939f44be (diff)
downloadpylint-2e1f5afab2497baf2a9e1fe47fed62482da3cfcc.tar.gz
Merge.
-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)))