diff options
| author | letouzey | 2011-09-05 16:47:01 +0000 |
|---|---|---|
| committer | letouzey | 2011-09-05 16:47:01 +0000 |
| commit | 98db1b73f6ab89763ef386a2055528db91e4e152 (patch) | |
| tree | 1743e12160bef3ace6ea46fa00f5618df65ebecc /proofs | |
| parent | e4c505927b0ebe06f87ecc14567431822e8e0b5c (diff) | |
Remove code concerning the obsolete Set/Unset Undo
Even if they are no-ops now, the commands Set/Unset Undo themselves
are kept for compatibility, in particular to avoid error messages
or warnings during the initialization of ProofGeneral.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14451 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/pfedit.mli | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proofs/pfedit.mli b/proofs/pfedit.mli index c16445ba3c..2453cb39bf 100644 --- a/proofs/pfedit.mli +++ b/proofs/pfedit.mli @@ -64,11 +64,6 @@ val undo_todepth : int -> unit to put informations in coq prompt (in emacs mode). *) val current_proof_depth: unit -> int -(** [set_undo (Some n)] used to set the size of the ``undo'' stack. - These function now do nothing and will disapear. *) -val set_undo : int option -> unit -val get_undo : unit -> int option - (** {6 ... } *) (** [start_proof s str env t hook tac] starts a proof of name [s] and conclusion [t]; [hook] is optionally a function to be applied at |
