aboutsummaryrefslogtreecommitdiff
path: root/printing/printer.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-02 14:35:13 +0200
committerMaxime Dénès2017-06-02 14:35:13 +0200
commit13e8983e3be6bff993c212d7fdcf707cf3c749c6 (patch)
tree46ad587ecdbf12e7cd047e9f2029b81db347a9c2 /printing/printer.mli
parent129faf2dbd68e0f3ab8688496372b6406e3ee2e4 (diff)
parent6b041a242607ec906fbab451e53c15af6339e4ef (diff)
Merge PR#647: [emacs] [toplevel] Make emacs flag local to the toplevel.
Diffstat (limited to 'printing/printer.mli')
-rw-r--r--printing/printer.mli13
1 files changed, 0 insertions, 13 deletions
diff --git a/printing/printer.mli b/printing/printer.mli
index 24107394e6..3fce065613 100644
--- a/printing/printer.mli
+++ b/printing/printer.mli
@@ -169,19 +169,6 @@ val pr_ne_evar_set : std_ppcmds -> std_ppcmds -> evar_map ->
val pr_prim_rule : prim_rule -> std_ppcmds
-(** Emacs/proof general support
- (emacs_str s) outputs
- - s if emacs mode,
- - nothing otherwise.
- This function was previously used to insert special chars like
- [(String.make 1 (Char.chr 253))] to parenthesize sub-parts of the
- proof context for proof by pointing. This part of the code is
- removed for now because it interacted badly with utf8. We may put
- it back some day using some xml-like tags instead of special
- chars. See for example the <prompt> tag in the prompt when in
- emacs mode. *)
-val emacs_str : string -> string
-
(** Backwards compatibility *)
val prterm : constr -> std_ppcmds (** = pr_lconstr *)