aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 83957ca0ad5..27ad62366b9 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4279,7 +4279,7 @@ buffer_slot_type_mismatch (offset)
4279 4279
4280 sym = PER_BUFFER_SYMBOL (offset); 4280 sym = PER_BUFFER_SYMBOL (offset);
4281 error ("Only %s should be stored in the buffer-local variable %s", 4281 error ("Only %s should be stored in the buffer-local variable %s",
4282 type_name, XSYMBOL (sym)->name->data); 4282 type_name, XSTRING (SYMBOL_NAME (sym))->data);
4283} 4283}
4284 4284
4285 4285