From b2b6d6b9824c921a1f3a920871817fefcd6eccfc Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 1 Oct 2010 14:36:12 +0000 Subject: proof-script-command-separator: remove; proof-one-command-per-line becomes prover specific. --- generic/proof-useropts.el | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'generic/proof-useropts.el') diff --git a/generic/proof-useropts.el b/generic/proof-useropts.el index f1019217..6d4fde2a 100644 --- a/generic/proof-useropts.el +++ b/generic/proof-useropts.el @@ -215,13 +215,6 @@ files which are out of date with respect to the loaded buffers!" :type 'boolean :group 'proof-user-options) -(defcustom proof-one-command-per-line - t - "*If non-nil, format for newlines after each proof command in a script. -This option is not fully-functional at the moment." ;; TODO - :type 'boolean - :group 'proof-user-options) - (defcustom proof-prog-name-ask nil "*If non-nil, query user which program to run for the inferior process." @@ -328,14 +321,6 @@ is no locked region." (const :tag "Automatically process" process)) :group 'proof-user-options) -(defcustom proof-script-command-separator " " - "*String separating commands in proof scripts. -For example, if a proof assistant prefers one command per line, then -this string should be set to a newline. Otherwise it should be -set to a space." - :type 'string - :group 'proof-user-options) - (defcustom proof-rsh-command nil "*Shell command prefix to run a command on a remote host. For example, -- cgit v1.2.3