summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r--Misc/python-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index e327ad9..5e34604 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -2772,9 +2772,9 @@ A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores."
(list
(read-shell-command "Run pychecker like this: "
default
- py-pychecker-history))))
+ 'py-pychecker-history))))
(save-some-buffers (not py-ask-about-save) nil)
- (compile command))
+ (compile-internal command "No more errors"))