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 8b56b285e48..cdcd2ccecff 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5240,6 +5240,7 @@ defvar_per_buffer (struct Lisp_Buffer_Objfwd *bo_fwd, const char *namestring,
5240 bo_fwd->type = Lisp_Fwd_Buffer_Obj; 5240 bo_fwd->type = Lisp_Fwd_Buffer_Obj;
5241 bo_fwd->offset = offset; 5241 bo_fwd->offset = offset;
5242 bo_fwd->slottype = type; 5242 bo_fwd->slottype = type;
5243 sym->declared_special = 1;
5243 sym->redirect = SYMBOL_FORWARDED; 5244 sym->redirect = SYMBOL_FORWARDED;
5244 { 5245 {
5245 /* I tried to do the job without a cast, but it seems impossible. 5246 /* I tried to do the job without a cast, but it seems impossible.