diff options
| author | David Aspinall | 2000-05-09 10:03:49 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-09 10:03:49 +0000 |
| commit | 6ceecb58ef0194979cca9dbc47bdc823d636739d (patch) | |
| tree | 9d268c8aef866dd4abe9b102a71eb826a2a9b391 /isa | |
| parent | ca2f596b19b8966d734323db250d49c0d982d224 (diff) | |
Merged from 3.1.5
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -76,8 +76,7 @@ no regular or easily discernable structure." (list isa-docs-menu)) "Entries for Isabelle menu.") -(proof-deftoggle isabelle-show-sorts) -(proof-deftoggle isabelle-show-types) + ;;; @@ -141,7 +140,7 @@ and script mode." proof-context-command "ProofGeneral.show_context()" proof-info-command "ProofGeneral.help()" proof-kill-goal-command "ProofGeneral.kill_goal();" - proof-find-theorems-command "ProofGeneral.thms_containing [\"%s\"]" + proof-find-theorems-command "ProofGeneral.thms_containing (space_explode \",\" \"%s\");" proof-shell-start-silent-cmd "proofgeneral_disable_pr();" proof-shell-stop-silent-cmd "proofgeneral_enable_pr();" ;; command hooks |
