(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
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 @@
      (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"))