From b9f47391f7f259c24119d1de0a87839e2cc5e80c Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sat, 24 Jul 2010 20:01:08 +0200 Subject: Imported Upstream snapshot 8.3~beta0+13323 --- tools/coq-db.el | 15 +++++++-------- tools/coq_makefile.ml4 | 4 ++-- tools/coq_tex.ml4 | 2 +- tools/coqdep.ml | 2 +- tools/coqdep_boot.ml | 2 +- tools/coqdep_common.ml | 2 +- tools/coqdep_lexer.mll | 2 +- tools/coqdoc/alpha.ml | 2 +- tools/coqdoc/alpha.mli | 2 +- tools/coqdoc/cdglobals.ml | 2 +- tools/coqdoc/cpretty.mli | 2 +- tools/coqdoc/cpretty.mll | 2 +- tools/coqdoc/index.ml | 2 +- tools/coqdoc/index.mli | 2 +- tools/coqdoc/main.ml | 2 +- tools/coqdoc/output.ml | 2 +- tools/coqdoc/output.mli | 2 +- tools/coqdoc/tokens.ml | 2 +- tools/coqdoc/tokens.mli | 2 +- tools/coqwc.mll | 2 +- tools/gallina.ml | 2 +- tools/gallina_lexer.mll | 2 +- 22 files changed, 29 insertions(+), 30 deletions(-) mode change 100755 => 100644 tools/coqdep_lexer.mll (limited to 'tools') diff --git a/tools/coq-db.el b/tools/coq-db.el index 078c2bb6..5081b10b 100644 --- a/tools/coq-db.el +++ b/tools/coq-db.el @@ -216,19 +216,18 @@ See `coq-syntax-db' for DB structure." "Not documented." (nth 3 l)) ; fourth argument is nil --> state preserving command +(defconst coq-solve-tactics-face 'coq-solve-tactics-face + "Expression that evaluates to a face. +Required so that 'proof-solve-tactics-face is a proper facename") + ;;A new face for tactics which fail when they don't kill the current goal -(defface coq-solve-tactics-face - (proof-face-specs - (:foreground "red" t) ; pour les fonds clairs - (:foreground "red" t) ; pour les fond foncés - ()) ; pour le noir et blanc +(defface coq-solve-tactics-face + '((t (:background "red"))) "Face for names of closing tactics in proof scripts." :group 'proof-faces) -(defconst coq-solve-tactics-face 'coq-solve-tactics-face - "Expression that evaluates to a face. -Required so that 'proof-solve-tactics-face is a proper facename") + diff --git a/tools/coq_makefile.ml4 b/tools/coq_makefile.ml4 index 338aba99..6be4d188 100644 --- a/tools/coq_makefile.ml4 +++ b/tools/coq_makefile.ml4 @@ -1,6 +1,6 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(*