From: Glenn Morris Date: Fri, 6 Nov 2020 16:00:54 +0000 (-0800) Subject: Fix --enable-check-lisp-object-type build X-Git-Tag: emacs-28.0.90~5222 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b77ad6e77a4812b05ee03360e853e0fcb822a96;p=emacs.git Fix --enable-check-lisp-object-type build * src/print.c (syms_of_print) : Fix type. --- diff --git a/src/print.c b/src/print.c index 9ff331fb8e1..008bf5e6391 100644 --- a/src/print.c +++ b/src/print.c @@ -2295,7 +2295,7 @@ Only independent graphic characters, and control characters with named escape sequences such as newline, are printed this way. Other integers, including those corresponding to raw bytes, are printed as numbers the usual way. */); - print_integers_as_characters = Qnil; + print_integers_as_characters = false; DEFVAR_LISP ("print-length", Vprint_length, doc: /* Maximum length of list to print before abbreviating.