diff options
| author | Pip Cet | 2021-05-16 15:44:26 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2022-07-01 09:42:00 -0400 |
| commit | 094fd7ded365434b08f5d7c8ff499d17d566d54b (patch) | |
| tree | 40366419e9d899e48c26439f428fee7b741d307c /src/print.c | |
| parent | 3a4c408a7b6f3df5ca0eb4a406efbdb4899e9742 (diff) | |
| download | emacs-scratch/no-purespace-2.tar.gz emacs-scratch/no-purespace-2.zip | |
Remove purespace from Emacsscratch/no-purespace-2
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/print.c b/src/print.c index d562500b619..bc17cee0ed4 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -2509,9 +2509,6 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag) | |||
| 2509 | print_object (Fhash_table_rehash_threshold (obj), | 2509 | print_object (Fhash_table_rehash_threshold (obj), |
| 2510 | printcharfun, escapeflag); | 2510 | printcharfun, escapeflag); |
| 2511 | 2511 | ||
| 2512 | if (h->purecopy) | ||
| 2513 | print_c_string (" purecopy t", printcharfun); | ||
| 2514 | |||
| 2515 | print_c_string (" data (", printcharfun); | 2512 | print_c_string (" data (", printcharfun); |
| 2516 | 2513 | ||
| 2517 | ptrdiff_t size = h->count; | 2514 | ptrdiff_t size = h->count; |