mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
(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:
parent
03013a0130
commit
daa192104d
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue