aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorStefan Monnier2010-06-13 16:36:17 -0400
committerStefan Monnier2010-06-13 16:36:17 -0400
commitb9598260f96ddc652cd82ab64bbe922ccfc48a29 (patch)
tree2a692a8471de07f2578ea481c99971585def8eda /src/buffer.c
parenta6e8d97c1414230e577d375c27da78c858a5fa75 (diff)
downloademacs-b9598260f96ddc652cd82ab64bbe922ccfc48a29.tar.gz
emacs-b9598260f96ddc652cd82ab64bbe922ccfc48a29.zip
New branch for lexbind, losing all history.
This initial patch is based on 2002-06-27T22:39:10Z!storm@cua.dk of the original lexbind branch.
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.