From 489d2fe1499bac3bd71af691da67bdbbcf57807f Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 9 Jun 2000 19:27:06 +0000 Subject: Removed spurious requires. --- plastic/plastic.el | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/plastic/plastic.el b/plastic/plastic.el index 8ca3058b..185ebd48 100644 --- a/plastic/plastic.el +++ b/plastic/plastic.el @@ -17,15 +17,8 @@ (require 'proof) -;;FIXME: proof-script should be autoloaded -(require 'proof-script) - -;;FIXME: proof-shell should be autoloaded -(require 'proof-shell) (require 'plastic-syntax) -;; FIXME: outline should be autoloaded -(require 'outline) ;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; User Configuration ;;; @@ -388,7 +381,9 @@ Given is the first SPAN which needs to be undone." proof-goal-with-hole-regexp plastic-goal-with-hole-regexp proof-kill-goal-command plastic-kill-goal-command proof-indent-any-regexp - (proof-regexp-alt (proof-ids-to-regexp plastic-commands) "\\s(" "\\s)")) + (proof-regexp-alt + (proof-ids-to-regexp plastic-commands) + "\\s(" "\\s)")) (plastic-init-syntax-table) -- cgit v1.2.3