diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 3cf5bbbdd56..0dc21c8c2a1 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -3834,6 +3834,7 @@ syms_of_data (void) | |||
| 3834 | DEFSYM (Qbuffer_read_only, "buffer-read-only"); | 3834 | DEFSYM (Qbuffer_read_only, "buffer-read-only"); |
| 3835 | DEFSYM (Qtext_read_only, "text-read-only"); | 3835 | DEFSYM (Qtext_read_only, "text-read-only"); |
| 3836 | DEFSYM (Qmark_inactive, "mark-inactive"); | 3836 | DEFSYM (Qmark_inactive, "mark-inactive"); |
| 3837 | DEFSYM (Qinhibited_interaction, "inhibited-interaction"); | ||
| 3837 | 3838 | ||
| 3838 | DEFSYM (Qlistp, "listp"); | 3839 | DEFSYM (Qlistp, "listp"); |
| 3839 | DEFSYM (Qconsp, "consp"); | 3840 | DEFSYM (Qconsp, "consp"); |
| @@ -3918,6 +3919,8 @@ syms_of_data (void) | |||
| 3918 | PUT_ERROR (Qbuffer_read_only, error_tail, "Buffer is read-only"); | 3919 | PUT_ERROR (Qbuffer_read_only, error_tail, "Buffer is read-only"); |
| 3919 | PUT_ERROR (Qtext_read_only, pure_cons (Qbuffer_read_only, error_tail), | 3920 | PUT_ERROR (Qtext_read_only, pure_cons (Qbuffer_read_only, error_tail), |
| 3920 | "Text is read-only"); | 3921 | "Text is read-only"); |
| 3922 | PUT_ERROR (Qinhibited_interaction, error_tail, | ||
| 3923 | "User interaction while inhibited"); | ||
| 3921 | 3924 | ||
| 3922 | DEFSYM (Qrange_error, "range-error"); | 3925 | DEFSYM (Qrange_error, "range-error"); |
| 3923 | DEFSYM (Qdomain_error, "domain-error"); | 3926 | DEFSYM (Qdomain_error, "domain-error"); |