aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 17:58:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 17:58:02 +0000
commit48261a5e6152f57d76d26cab49277ecc25765bc3 (patch)
tree72f5452bd323a7fa66e16ff280ae76da72ec8551
parent00dbb88bd5fab96e68edeb8d540025e0b1acd773 (diff)
Deleted file
-rw-r--r--generic/proof-system.el20
1 files changed, 0 insertions, 20 deletions
diff --git a/generic/proof-system.el b/generic/proof-system.el
deleted file mode 100644
index a334e82a..00000000
--- a/generic/proof-system.el
+++ /dev/null
@@ -1,20 +0,0 @@
-;; proof-system.el Proof General functions for interfacing with proof system.
-;;
-;; Copyright (C) 2000 LFCS Edinburgh.
-;; Author: David Aspinall <David.Aspinall@ed.ac.uk>
-;; License: GPL (GNU GENERAL PUBLIC LICENSE)
-;;
-;; $Id$
-;;
-;; New in 3.2. This file contains code for communicating settings
-;; maintained in Proof General with the underlying proof system,
-;; and code for buiding useful prover specific commands.
-;;
-
-(require 'proof-config)
-
-;; Ooops! Nothing here now. Now in proof-menu.el
-
-
-;; End of proof-system.el
-(provide 'proof-system)