1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* src/print.c (print_vectorlike_unreadable): Fix merge accident.

This commit is contained in:
Mattias Engdegård 2024-06-10 18:49:28 +02:00
parent 6d0b1db518
commit ce4e5e6a28

View File

@ -2036,7 +2036,7 @@ print_vectorlike_unreadable (Lisp_Object obj, Lisp_Object printcharfun,
if (!treesit_node_buffer_live_p (obj)) if (!treesit_node_buffer_live_p (obj))
{ {
print_c_string ("-in-killed-buffer>", printcharfun); print_c_string ("-in-killed-buffer>", printcharfun);
break; return;
} }
printchar (' ', printcharfun); printchar (' ', printcharfun);
/* Now the node must be up-to-date, and calling functions like /* Now the node must be up-to-date, and calling functions like