From daf9dc5ce8d152603c9edcfc1e966f471287f7a6 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 11 May 2007 09:24:24 +0000 Subject: Rename [proof]find-theorems -> isar-find-theorems --- isar/isar.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'isar') 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 -- cgit v1.2.3