Skip to content

Commit

Permalink
Closes #9 : cl-lib is always required
Browse files Browse the repository at this point in the history
  • Loading branch information
pivaldi committed Mar 12, 2020
1 parent 6540006 commit 95eace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-cs-fixer.el
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ARG is defined as for that function."
((equal action "d")
(with-current-buffer target-buffer
(php-cs-fixer--goto-line (- from line-offset))
(incf line-offset len)
(cl-incf line-offset len)
(php-cs-fixer--delete-whole-line len)))
(t
(error "Invalid rcs patch or internal error in php-cs-fixer--apply-rcs-patch")))))))))
Expand Down

0 comments on commit 95eace9

Please sign in to comment.