Skip to content

Commit 15c93d4

Browse files
committed
Don't pop-to-buffer during build
Probably unwanted for users locally compiling if there are no errors
1 parent caa3122 commit 15c93d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree-sitter-langs-build.el

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ If BUFFER is nil, `princ' is used to forward its stdout+stderr."
9393
In batch mode, return nil, so that stdout is used instead."
9494
(unless noninteractive
9595
(let ((buf (get-buffer-create name)))
96-
(pop-to-buffer buf)
9796
(delete-region (point-min) (point-max))
9897
(redisplay)
9998
buf)))

0 commit comments

Comments
 (0)