diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 702e0d5b2f4..58ae4a9ec2f 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -123,7 +123,10 @@ enum Lisp_Type | |||
| 123 | created. | 123 | created. |
| 124 | 124 | ||
| 125 | Note that REALVALUE can be a forwarding pointer. Each time it | 125 | Note that REALVALUE can be a forwarding pointer. Each time it |
| 126 | is examined or set, forwarding must be done. */ | 126 | is examined or set, forwarding must be done. Each time we |
| 127 | switch buffers, buffer-local variables which forward into C | ||
| 128 | variables are swapped immediately, so the C code can assume | ||
| 129 | that they are always up to date. */ | ||
| 127 | Lisp_Buffer_Local_Value, | 130 | Lisp_Buffer_Local_Value, |
| 128 | 131 | ||
| 129 | /* Like Lisp_Buffer_Local_Value with one difference: | 132 | /* Like Lisp_Buffer_Local_Value with one difference: |