diff options
| author | Maxime Dénès | 2017-05-03 19:43:03 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-03 19:43:03 +0200 |
| commit | 14a50277b58eae50f14f7dea965dec7f8bc416a3 (patch) | |
| tree | 6862b30edd5ce0475c8fa1b8c5816663ebe918c1 | |
| parent | e4c9f490a588424a49cb092ce38ad757f5c6e712 (diff) | |
| parent | 6deddd3e0c6cc1d7cbf8414f7553c5d7752a0801 (diff) | |
Merge PR#588: Allow interactive editing of {C,}Morphisms in PG
| -rw-r--r-- | theories/Classes/CMorphisms.v | 2 | ||||
| -rw-r--r-- | theories/Classes/Morphisms.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theories/Classes/CMorphisms.v b/theories/Classes/CMorphisms.v index 1cfca41692..74ca5d4c8a 100644 --- a/theories/Classes/CMorphisms.v +++ b/theories/Classes/CMorphisms.v @@ -1,4 +1,4 @@ -(* -*- coding: utf-8 -*- *) +(* -*- coding: utf-8; coq-prog-args: ("-coqlib" "../.." "-R" ".." "Coq" "-top" "Coq.Classes.CMorphisms") -*- *) (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *) diff --git a/theories/Classes/Morphisms.v b/theories/Classes/Morphisms.v index 06511ace57..6396e5390a 100644 --- a/theories/Classes/Morphisms.v +++ b/theories/Classes/Morphisms.v @@ -1,4 +1,4 @@ -(* -*- coding: utf-8 -*- *) +(* -*- coding: utf-8; coq-prog-args: ("-coqlib" "../.." "-R" ".." "Coq" "-top" "Coq.Classes.Morphisms") -*- *) (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *) |
