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/callint.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/callint.c')
| -rw-r--r-- | src/callint.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/callint.c b/src/callint.c index ffa3b231eb5..7c2ce1b9e5e 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -862,10 +862,10 @@ syms_of_callint (void) | |||
| 862 | callint_message = Qnil; | 862 | callint_message = Qnil; |
| 863 | staticpro (&callint_message); | 863 | staticpro (&callint_message); |
| 864 | 864 | ||
| 865 | preserved_fns = pure_list (intern_c_string ("region-beginning"), | 865 | preserved_fns = list (intern_c_string ("region-beginning"), |
| 866 | intern_c_string ("region-end"), | 866 | intern_c_string ("region-end"), |
| 867 | intern_c_string ("point"), | 867 | intern_c_string ("point"), |
| 868 | intern_c_string ("mark")); | 868 | intern_c_string ("mark")); |
| 869 | staticpro (&preserved_fns); | 869 | staticpro (&preserved_fns); |
| 870 | 870 | ||
| 871 | DEFSYM (Qlist, "list"); | 871 | DEFSYM (Qlist, "list"); |