aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-01-17 15:06:26 +0100
committerEmilio Jesus Gallego Arias2017-04-24 23:58:23 +0200
commitbf13037e9ca39da28fb648e5488ce56ef8a1f1e2 (patch)
treee981dabe208b339db88188b7a5e89c53d77745a1 /ide
parenta9d151a31937724543d5269e72b0262c8764c46e (diff)
[location] Use located in misctypes.
Diffstat (limited to 'ide')
-rw-r--r--ide/texmacspp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/texmacspp.ml b/ide/texmacspp.ml
index 77dca0d06f..f86b260df5 100644
--- a/ide/texmacspp.ml
+++ b/ide/texmacspp.ml
@@ -649,7 +649,7 @@ let rec tmpp v loc =
match r with
| AN (Qualid (_, q)) -> ["qualid", string_of_qualid q]
| AN (Ident (_, id)) -> ["id", Id.to_string id]
- | ByNotation (_, s, _) -> ["notation", s] in
+ | ByNotation (_, (s, _)) -> ["notation", s] in
xmlCanonicalStructure attr loc
| VernacCoercion _ as x -> xmlTODO loc x
| VernacIdentityCoercion _ as x -> xmlTODO loc x