Fix for vectorlike printing refactoring

This commit is contained in:
Gerd Möllmann 2023-12-03 10:42:26 +01:00
parent a8eb9731a1
commit ecc595c99d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -390,3 +390,4 @@ exec/config-mips.m4
exec/configure
exec/*.s.s
/nextstep/Pkg.app/
/nextstep/Emacs PKG.app/

View file

@ -1806,7 +1806,7 @@ print_vectorlike_unreadable (Lisp_Object obj, Lisp_Object printcharfun,
}
else
print_c_string ("#<deleted package>", printcharfun);
break;
return;
case PVEC_XWIDGET:
#ifdef HAVE_XWIDGETS