Skip to content

Commit 95eace9

Browse files
author
pivaldi
committed
Closes #9 : cl-lib is always required
1 parent 6540006 commit 95eace9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-cs-fixer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ARG is defined as for that function."
112112
((equal action "d")
113113
(with-current-buffer target-buffer
114114
(php-cs-fixer--goto-line (- from line-offset))
115-
(incf line-offset len)
115+
(cl-incf line-offset len)
116116
(php-cs-fixer--delete-whole-line len)))
117117
(t
118118
(error "Invalid rcs patch or internal error in php-cs-fixer--apply-rcs-patch")))))))))

0 commit comments

Comments
 (0)