diff options
| author | Paul Eggert | 2011-04-01 13:19:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-01 13:19:36 -0700 |
| commit | 6ddae4efd9e8a3035eb610c39fb2c8f79e7f9893 (patch) | |
| tree | 1b704b34e4f2f2bd4a6f13e4d1dd058c61c8a6ff /src/buffer.c | |
| parent | 0b918413f336dbfa9a9c266ae857bce103556c57 (diff) | |
| parent | 034086489cff2a23cb4d9f8c536e18456be617ef (diff) | |
| download | emacs-6ddae4efd9e8a3035eb610c39fb2c8f79e7f9893.tar.gz emacs-6ddae4efd9e8a3035eb610c39fb2c8f79e7f9893.zip | |
Merge from mainline.
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 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. |