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:
parent
6d0b1db518
commit
ce4e5e6a28
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user