diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8abaf1d54cf..1b4a885f5e5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1000,7 +1000,7 @@ set_buffer_internal (b) | |||
| 1000 | valcontents = XSYMBOL (XCONS (XCONS (tail)->car)->car)->value; | 1000 | valcontents = XSYMBOL (XCONS (XCONS (tail)->car)->car)->value; |
| 1001 | if ((BUFFER_LOCAL_VALUEP (valcontents) | 1001 | if ((BUFFER_LOCAL_VALUEP (valcontents) |
| 1002 | || SOME_BUFFER_LOCAL_VALUEP (valcontents)) | 1002 | || SOME_BUFFER_LOCAL_VALUEP (valcontents)) |
| 1003 | && (tem = XCONS (valcontents)->car, | 1003 | && (tem = XBUFFER_LOCAL_VALUE (valcontents)->car, |
| 1004 | (BOOLFWDP (tem) || INTFWDP (tem) || OBJFWDP (tem)))) | 1004 | (BOOLFWDP (tem) || INTFWDP (tem) || OBJFWDP (tem)))) |
| 1005 | /* Just reference the variable | 1005 | /* Just reference the variable |
| 1006 | to cause it to become set for this buffer. */ | 1006 | to cause it to become set for this buffer. */ |
| @@ -1015,7 +1015,7 @@ set_buffer_internal (b) | |||
| 1015 | valcontents = XSYMBOL (XCONS (XCONS (tail)->car)->car)->value; | 1015 | valcontents = XSYMBOL (XCONS (XCONS (tail)->car)->car)->value; |
| 1016 | if ((BUFFER_LOCAL_VALUEP (valcontents) | 1016 | if ((BUFFER_LOCAL_VALUEP (valcontents) |
| 1017 | || SOME_BUFFER_LOCAL_VALUEP (valcontents)) | 1017 | || SOME_BUFFER_LOCAL_VALUEP (valcontents)) |
| 1018 | && (tem = XCONS (valcontents)->car, | 1018 | && (tem = XBUFFER_LOCAL_VALUE (valcontents)->car, |
| 1019 | (BOOLFWDP (tem) || INTFWDP (tem) || OBJFWDP (tem)))) | 1019 | (BOOLFWDP (tem) || INTFWDP (tem) || OBJFWDP (tem)))) |
| 1020 | /* Just reference the variable | 1020 | /* Just reference the variable |
| 1021 | to cause it to become set for this buffer. */ | 1021 | to cause it to become set for this buffer. */ |