From 77f1db2c35d3d337f4a47dc98d02f3c4749d9ade Mon Sep 17 00:00:00 2001 From: courtieu Date: Tue, 24 May 2011 19:01:42 +0000 Subject: Made the emacs-U option deprecated. Also removed the old code inserting special chars for proof by pointing with emacs. This was interacting badly with utf8. It may be implemented back with xml-like tags instead of special chars. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14154 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/decl_mode/g_decl_mode.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/decl_mode/g_decl_mode.ml4 b/plugins/decl_mode/g_decl_mode.ml4 index 5ac3e8e9ed..8ed3ae62d3 100644 --- a/plugins/decl_mode/g_decl_mode.ml4 +++ b/plugins/decl_mode/g_decl_mode.ml4 @@ -33,7 +33,7 @@ let pr_goal gs = in preamb ++ str" " ++ hv 0 (penv ++ fnl () ++ - str (Printer.emacs_str (String.make 1 (Char.chr 253)) "") ++ + str (Printer.emacs_str "") ++ str "============================" ++ fnl () ++ thesis ++ str " " ++ pc) ++ fnl () -- cgit v1.2.3