We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6e511 commit a380dc6Copy full SHA for a380dc6
phpactor.el
@@ -489,7 +489,7 @@ function."
489
(patchbuf (get-buffer-create "*Phpactor patch*"))
490
(coding-system-for-read 'utf-8)
491
(coding-system-for-write 'utf-8))
492
- (with-current-buffer (find-file path)
+ (with-current-buffer (find-file-noselect path)
493
(unwind-protect
494
(save-restriction
495
(widen)
0 commit comments