aboutsummaryrefslogtreecommitdiffhomepage
path: root/plastic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-09 19:27:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-06-09 19:27:06 +0000
commit489d2fe1499bac3bd71af691da67bdbbcf57807f (patch)
tree57158ee56c5893f231cf92ee978b4dbe1ba0b567 /plastic
parent83fcbae1f0d3a115740e91bc3aa2681d1f139ebd (diff)
Removed spurious requires.
Diffstat (limited to 'plastic')
-rw-r--r--plastic/plastic.el11
1 files 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)