mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* src/print.c (print_vectorlike_unreadable): Fix merge accident.
This commit is contained in:
parent
6d0b1db518
commit
ce4e5e6a28
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue