aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-22 16:02:57 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-22 16:02:57 +0000
commit4bb9d672174cb3def9b418ec6ead2667489e8ed0 (patch)
treeb06217e1dcba4cac118eac0af64c6772c5d20096 /generic/proof.el
parent2d6b4150e681dfb09a75eab05c052a0fa04c621c (diff)
Moved user options into proof-config
Diffstat (limited to 'generic/proof.el')
-rw-r--r--generic/proof.el37
1 files changed, 0 insertions, 37 deletions
diff --git a/generic/proof.el b/generic/proof.el
index 8a5b00f2..337e3a7a 100644
--- a/generic/proof.el
+++ b/generic/proof.el
@@ -15,44 +15,8 @@
(require 'proof-site)
-
-;;
-;;
-;; User options for proof mode
-;;
-;; See proof-config.el for configuration variables.
-;;
-;;
-;; The following variables are user options for Proof General.
-;; They appear in the 'proof' customize group and should
-;; not normally be touched by prover specific code.
-;;
-
-(defcustom proof-prog-name-ask-p nil
- "*If non-nil, query user which program to run for the inferior process."
- :type 'boolean
- :group 'proof)
-
-(defcustom proof-one-command-per-line nil
- "*If non-nil, format for newlines after each proof command in a script."
- :type 'boolean
- :group 'proof)
-
-(defcustom proof-general-home-page
- "http://www.dcs.ed.ac.uk/home/proofgen"
- "*Web address for Proof General"
- :type 'string
- :group 'proof-internal)
-
-;; configuration variables
(require 'proof-config)
-;; A global constant
-(defconst proof-mode-name "Proof-General"
- "Root name for proof script mode.
-Used internally and in menu titles.")
-
-
;;;
;;; Splash screen (XEmacs specific for now)
@@ -210,7 +174,6 @@ No effect if proof-display-splash-time is zero."
((fboundp 'make-overlay) (require 'span-overlay))
(t nil))
-
(require 'proof-syntax)
(require 'proof-indent)