diff options
author | Pip Cet <pipcet@gmail.com> | 2021-05-16 15:44:26 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-05-16 15:44:26 +0200 |
commit | 9b6992a794c391c5d663b4a82b5acc9de611e2ac (patch) | |
tree | 2af6fe2df10e3a9fa29f8cb1e7a41f3f0de10cb6 /src/print.c | |
parent | bf8b8cc6c57e051e11306aa9c409dc4ed8c442bc (diff) | |
download | emacs-scratch/no-purespace-old.tar.gz |
Remove purespace from Emacsscratch/no-purespace-old
Diffstat (limited to 'src/print.c')
-rw-r--r-- | src/print.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/print.c b/src/print.c index d4301fd7b64..7172e67b950 100644 --- a/src/print.c +++ b/src/print.c @@ -1581,12 +1581,6 @@ print_vectorlike (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag, print_object (Fhash_table_rehash_threshold (obj), printcharfun, escapeflag); - if (h->purecopy) - { - print_c_string (" purecopy ", printcharfun); - print_object (h->purecopy ? Qt : Qnil, printcharfun, escapeflag); - } - print_c_string (" data ", printcharfun); /* Print the data here as a plist. */ |