Skip to content

Commit a380dc6

Browse files
kermorgantzonuexe
authored andcommitted
bugfix for bug #95, using find-file-noselect (#105)
this time, targeting develop
1 parent df6e511 commit a380dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ function."
489489
(patchbuf (get-buffer-create "*Phpactor patch*"))
490490
(coding-system-for-read 'utf-8)
491491
(coding-system-for-write 'utf-8))
492-
(with-current-buffer (find-file path)
492+
(with-current-buffer (find-file-noselect path)
493493
(unwind-protect
494494
(save-restriction
495495
(widen)

0 commit comments

Comments
 (0)