aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index b89d5685fba..e3f6b01f50c 100644
--- a/src/print.c
+++ b/src/print.c
@@ -2054,7 +2054,7 @@ print_object (Lisp_Object obj, register Lisp_Object printcharfun, int escapeflag
2054 { 2054 {
2055 Lisp_Object maybe = ((Lisp_Object *) v->pointer)[i]; 2055 Lisp_Object maybe = ((Lisp_Object *) v->pointer)[i];
2056 2056
2057 if (valid_lisp_object_p (maybe)) 2057 if (valid_lisp_object_p (maybe) > 0)
2058 { 2058 {
2059 PRINTCHAR (' '); 2059 PRINTCHAR (' ');
2060 print_object (maybe, printcharfun, escapeflag); 2060 print_object (maybe, printcharfun, escapeflag);