We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa3122 commit 15c93d4Copy full SHA for 15c93d4
tree-sitter-langs-build.el
@@ -93,7 +93,6 @@ If BUFFER is nil, `princ' is used to forward its stdout+stderr."
93
In batch mode, return nil, so that stdout is used instead."
94
(unless noninteractive
95
(let ((buf (get-buffer-create name)))
96
- (pop-to-buffer buf)
97
(delete-region (point-min) (point-max))
98
(redisplay)
99
buf)))
0 commit comments