Commit 04025bff authored by Barry Warsaw's avatar Barry Warsaw

(py-pychecker-run): Thomas Heller points out that this function messes

up the compile command's history.  Fix that by using compile-internal.

Fixes SF bug # 580631
parent edfe44a6
......@@ -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"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment