comparison src/lisp.h @ 1184:5f4300ccc93f

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Sep 1992 08:28:43 +0000
parents d8d503897aa5
children 4eee4dc734bb
comparison
equal deleted inserted replaced
1183:170e5a18c4ba 1184:5f4300ccc93f
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. */
127 Lisp_Buffer_Local_Value, 127 Lisp_Buffer_Local_Value,
128 128
129 /* Like Lisp_Buffer_Local_Value with one difference: 129 /* Like Lisp_Buffer_Local_Value with one difference:
130 merely setting the variable while some buffer is current 130 merely setting the variable while some buffer is current
131 does not cause that buffer to have its own local value of this variable. 131 does not cause that buffer to have its own local value of this variable.
132 Only make-local-variable does that. */ 132 Only make-local-variable does that. */
133 Lisp_Some_Buffer_Local_Value, 133 Lisp_Some_Buffer_Local_Value,
134 134
135 135
136 /* Like Lisp_Objfwd except that value lives in a slot 136 /* Like Lisp_Objfwd except that value lives in a slot
137 in the current buffer. Value is byte index of slot within buffer */ 137 in the current buffer. Value is byte index of slot within buffer */