diff options
| -rw-r--r-- | apheleia.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apheleia.el b/apheleia.el index 11b6176..21872c9 100644 --- a/apheleia.el +++ b/apheleia.el @@ -78,8 +78,7 @@ text of S1 surrounding P1." (cl-decf i1)) ((= cost sub) (cl-decf i1) - (cl-decf i2)))) - )) + (cl-decf i2)))))) i2)) (defun apheleia--map-rcs-patch (func) |
