mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Fix for vectorlike printing refactoring
This commit is contained in:
parent
a8eb9731a1
commit
ecc595c99d
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -390,3 +390,4 @@ exec/config-mips.m4
|
|||
exec/configure
|
||||
exec/*.s.s
|
||||
/nextstep/Pkg.app/
|
||||
/nextstep/Emacs PKG.app/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue