Le 27/01/2016 01:58, Uwe Stöhr a écrit :
@@ -2239,10 +2343,12 @@ convert = [
             [501, [convert_fontsettings]],
             [502, []],
             [503, []],
-           [504, [convert_save_props]]
+           [504, [convert_save_props]],
+           [505, [convert_ACM_siggraph]]
            ]

  revert =  [
+           [504, [revert_save_props]],
             [503, [revert_save_props]],
             [502, [revert_verbatim_star]],
             [501, [revert_solution]],


Uwe, I am worried about this duplicate application of revert_save_props.

Please, apply the doc updates in a separate commit because they prevent
us from reading the commit log and spotting such errors.

Reply via email to