X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/a9989764a4d54bf58381d5c3902e575bdf314245..e4ba96dcd1a2490f10d5817da6b7c0efbfda286e:/src/print.c diff --git a/src/print.c b/src/print.c index d5781e28bd..d5453ce74e 100644 --- a/src/print.c +++ b/src/print.c @@ -1382,7 +1382,7 @@ print_preprocess (obj) loop: if (STRINGP (obj) || CONSP (obj) || VECTORP (obj) - || COMPILEDP (obj) || CHAR_TABLE_P (obj) + || COMPILEDP (obj) || CHAR_TABLE_P (obj) || SUB_CHAR_TABLE_P (obj) || (! NILP (Vprint_gensym) && SYMBOLP (obj) && !SYMBOL_INTERNED_P (obj))) @@ -2404,8 +2404,7 @@ This affects only `prin1'. */); DEFVAR_BOOL ("print-quoted", &print_quoted, doc: /* Non-nil means print quoted forms with reader syntax. -I.e., (quote foo) prints as 'foo, (function foo) as #'foo, and backquoted -forms print as in the new syntax. */); +I.e., (quote foo) prints as 'foo, (function foo) as #'foo. */); print_quoted = 0; DEFVAR_LISP ("print-gensym", &Vprint_gensym,