diff options
| author | Pierre-Marie Pédrot | 2016-08-24 00:04:11 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-08-24 00:04:46 +0200 |
| commit | 22fa25bab254eede90867cbf75699b8af09fb3c7 (patch) | |
| tree | 65cb07ab27665da21fa8c9f774584dfa1c0c070c /proofs | |
| parent | 7799de316e12878ef47fb74fcb4ec9533005a6dc (diff) | |
| parent | eb479438328a473ff1cf5fe010ed714194dbf28f (diff) | |
Merge PR #258: "Fix newline issues" into v8.6
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/refiner.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml index ebd30820be..ea8543b02f 100644 --- a/proofs/refiner.ml +++ b/proofs/refiner.ml @@ -221,7 +221,7 @@ let tclSHOWHYPS (tac : tactic) (goal: Goal.goal Evd.sigma) Feedback.msg_notice (str (emacs_str "<infoH>") ++ (hov 0 (str s)) - ++ (str (emacs_str "</infoH>")) ++ fnl()); + ++ (str (emacs_str "</infoH>"))); tclIDTAC goal;; |
