From f69a1edaaf2ca0650c4091267ab10e91d406bffd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 10 Jun 2024 18:49:28 +0200 Subject: [PATCH] * src/print.c (print_vectorlike_unreadable): Fix merge accident. (cherry picked from commit ce4e5e6a28182b4559802cd6fa62c68c2b035bc8) --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index 6a27ceac5f0..bd1d76b3b1b 100644 --- a/src/print.c +++ b/src/print.c @@ -2036,7 +2036,7 @@ print_vectorlike_unreadable (Lisp_Object obj, Lisp_Object printcharfun, if (!treesit_node_buffer_live_p (obj)) { print_c_string ("-in-killed-buffer>", printcharfun); - break; + return; } printchar (' ', printcharfun); /* Now the node must be up-to-date, and calling functions like -- 2.39.2