diff options
| author | Stefan Monnier | 2010-06-13 16:36:17 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-13 16:36:17 -0400 |
| commit | b9598260f96ddc652cd82ab64bbe922ccfc48a29 (patch) | |
| tree | 2a692a8471de07f2578ea481c99971585def8eda /src/buffer.c | |
| parent | a6e8d97c1414230e577d375c27da78c858a5fa75 (diff) | |
| download | emacs-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.c | 1 |
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. |