(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
This commit is contained in:
Barry Warsaw 2002-07-16 15:56:28 +00:00
parent 03013a0130
commit daa192104d

View file

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