aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 589266f40e5..e907c295e8d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5418,6 +5418,7 @@ defvar_per_buffer (bo_fwd, namestring, address, type, doc)
5418 bo_fwd->type = Lisp_Fwd_Buffer_Obj; 5418 bo_fwd->type = Lisp_Fwd_Buffer_Obj;
5419 bo_fwd->offset = offset; 5419 bo_fwd->offset = offset;
5420 bo_fwd->slottype = type; 5420 bo_fwd->slottype = type;
5421 sym->declared_special = 1;
5421 sym->redirect = SYMBOL_FORWARDED; 5422 sym->redirect = SYMBOL_FORWARDED;
5422 { 5423 {
5423 /* I tried to do the job without a cast, but it seems impossible. 5424 /* I tried to do the job without a cast, but it seems impossible.