From d0ad7ff9ec380737b42bbc20c66cb3293124e3c3 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Thu, 26 Nov 2009 14:40:07 +0000 Subject: additional menu entries; --- isar/isar.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'isar/isar.el') diff --git a/isar/isar.el b/isar/isar.el index 76bfc441..127242cf 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -362,8 +362,9 @@ This is called when Proof General spots output matching (error "Aborted")) [(control p)]) -(proof-definvisible isar-cmd-refute "refute" [r]) (proof-definvisible isar-cmd-quickcheck "quickcheck" [(control q)]) +(proof-definvisible isar-cmd-nitpick "nitpick" [(control n)]) +(proof-definvisible isar-cmd-refute "refute" [r]) (proof-definvisible isar-cmd-sledgehammer "sledgehammer" [(control s)]) (proof-definvisible isar-cmd-atp-kill "atp_kill") (proof-definvisible isar-cmd-atp-info "atp_info") @@ -374,8 +375,9 @@ This is called when Proof General spots output matching (list (cons "Commands" (list - ["Refute" isar-cmd-refute t] ["Quickcheck" isar-cmd-quickcheck t] + ["Nitpick" isar-cmd-nitpick t] + ["Refute" isar-cmd-refute t] ["Sledgehammer" isar-cmd-sledgehammer t] ["Sledgehammer: kill" isar-cmd-atp-kill t] ["Sledgehammer: info" isar-cmd-atp-info t] -- cgit v1.2.3