aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
Diffstat (limited to 'isar')
-rw-r--r--isar/isar.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/isar/isar.el b/isar/isar.el
index a8b28832..ae4470ce 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -16,12 +16,12 @@
(require 'proof)
-;; "Find Theorems" search form
-(require 'find-theorems)
-
;; System code
(require 'isabelle-system)
+;; "Find Theorems" search form
+(require 'isar-find-theorems)
+
;;
;; Load syntax
;;
@@ -127,8 +127,8 @@ See -k option for Isabelle interface script."
proof-info-command "welcome"
proof-kill-goal-command "ProofGeneral.kill_proof"
; proof-find-theorems-command "find_theorems %s" ;; minibuffer
-; proof-find-theorems-command 'proof-find-theorems-minibuffer ;; equivalent
- proof-find-theorems-command 'proof-find-theorems-form ;; search form
+; proof-find-theorems-command 'isar-find-theorems-minibuffer ;; equivalent
+ proof-find-theorems-command 'isar-find-theorems-form ;; search form
proof-shell-start-silent-cmd "disable_pr"
proof-shell-stop-silent-cmd "enable_pr"
;; command hooks