From 90139d91a6728e8e6dc750c4f95dda9a98b5dd95 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(-) diff --git a/elisp/pylint.el b/elisp/pylint.el index 84f5da698..4ec405881 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