diff options
| author | Maxime Dénès | 2016-10-04 13:04:10 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-10-04 13:04:10 +0200 |
| commit | 5838f198019651455b62e1ab588f6f72d0c036f4 (patch) | |
| tree | 6a6773d207bc4a0b667b8e9aad55602575f9b2d2 /ide | |
| parent | 6cc37a67e4be8e20cd3da46077ab8f3458e22394 (diff) | |
| parent | b3dbd589e1dc41d7bce18afd87dd6e59968286bb (diff) | |
Merge remote-tracking branch 'github/pr/305' into v8.6
Was PR#305: A possible solution to the issue of fine-tuning warnings in
script.
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/texmacspp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/texmacspp.ml b/ide/texmacspp.ml index 9de1df9f1e..680da7f54b 100644 --- a/ide/texmacspp.ml +++ b/ide/texmacspp.ml @@ -709,6 +709,7 @@ let rec tmpp v loc = | VernacSetStrategy _ as x -> xmlTODO loc x | VernacUnsetOption _ as x -> xmlTODO loc x | VernacSetOption _ as x -> xmlTODO loc x + | VernacSetAppendOption _ as x -> xmlTODO loc x | VernacAddOption _ as x -> xmlTODO loc x | VernacRemoveOption _ as x -> xmlTODO loc x | VernacMemOption _ as x -> xmlTODO loc x |
