diff --git a/lisp/treesit.el b/lisp/treesit.el index 09531b838a1..b71b5b486d5 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -2380,7 +2380,8 @@ to the offending pattern and highlight the pattern." (with-current-buffer buf (let* ((data (cdr err)) (message (nth 0 data)) - (start (nth 1 data))) + (start (nth 1 data)) + (inhibit-read-only t)) (erase-buffer) (insert (treesit-query-expand query)) (goto-char start)