diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index e5cc5f367f0..44b33f5b60d 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5487,7 +5487,7 @@ syms_of_buffer (void) | |||
| 5487 | Qoverwrite_mode_binary)); | 5487 | Qoverwrite_mode_binary)); |
| 5488 | 5488 | ||
| 5489 | Fput (Qprotected_field, Qerror_conditions, | 5489 | Fput (Qprotected_field, Qerror_conditions, |
| 5490 | listn (CONSTYPE_PURE, 2, Qprotected_field, Qerror)); | 5490 | pure_list (Qprotected_field, Qerror)); |
| 5491 | Fput (Qprotected_field, Qerror_message, | 5491 | Fput (Qprotected_field, Qerror_message, |
| 5492 | build_pure_c_string ("Attempt to modify a protected field")); | 5492 | build_pure_c_string ("Attempt to modify a protected field")); |
| 5493 | 5493 | ||