Commit 8d73a69d authored by Barry Warsaw's avatar Barry Warsaw

(py-pychecker-run): Use the last pychecker invocation as the default

contents of the next command.
parent fde0bb87
...@@ -2774,7 +2774,9 @@ A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores." ...@@ -2774,7 +2774,9 @@ A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores."
(list (list
(read-shell-command "Run pychecker like this: " (read-shell-command "Run pychecker like this: "
default (if py-pychecker-history
(car py-pychecker-history)
default)
'py-pychecker-history)))) 'py-pychecker-history))))
(save-some-buffers (not py-ask-about-save) nil) (save-some-buffers (not py-ask-about-save) nil)
(compile-internal command "No more errors")) (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