From a6d73e6f4d1b92c944256e8176f34ef7702e0a76 Mon Sep 17 00:00:00 2001 From: Adrien Di Mascio Date: Thu, 10 Aug 2006 15:53:58 +0200 Subject: updated pylint.el --- elisp/pylint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elisp') diff --git a/elisp/pylint.el b/elisp/pylint.el index 84f5da6..4ec4058 100644 --- a/elisp/pylint.el +++ b/elisp/pylint.el @@ -7,7 +7,7 @@ (interactive) (let* ((file (buffer-file-name (current-buffer))) - (command (concat "pylint --parseable=y \"" file "\""))) + (command (concat "pylint --output-format=parseable \"" file "\""))) (save-some-buffers (not compilation-ask-about-save) nil) ; save files. (compile-internal command "No more errors or warnings" "pylint"))) (local-set-key [f1] 'pylint) -- cgit v1.2.1