summaryrefslogtreecommitdiff
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index d52d98ad371..8ee5a3616eb 100644
--- a/src/print.c
+++ b/src/print.c
@@ -2029,6 +2029,11 @@ print_vectorlike (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag,
print_c_string ("-outdated>", printcharfun);
break;
}
+ if (!treesit_node_buffer_live_p (obj))
+ {
+ print_c_string ("-in-killed-buffer>", printcharfun);
+ break;
+ }
printchar (' ', printcharfun);
/* Now the node must be up-to-date, and calling functions like
Ftreesit_node_start will not signal. */