]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix --enable-check-lisp-object-type build
authorGlenn Morris <rgm@gnu.org>
Fri, 6 Nov 2020 16:00:54 +0000 (08:00 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 6 Nov 2020 16:00:54 +0000 (08:00 -0800)
* src/print.c (syms_of_print) <print-integers-as-characters>:
Fix type.

src/print.c

index 9ff331fb8e1a9cbbbceebb29d93260c88b44c5a8..008bf5e63913d92b1833a0065bb05fb00cabd551 100644 (file)
@@ -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.