diff options
| author | Richard M. Stallman | 1992-09-21 08:28:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-09-21 08:28:43 +0000 |
| commit | 35a4d1439f68f77ba05f1d3b57244ebb46c54303 (patch) | |
| tree | 503b0ce5cd44207bc0378ab21db8b562aeb96915 /src | |
| parent | c7784735dcc01bae7c654483d7511ea846499fe3 (diff) | |
| download | emacs-35a4d1439f68f77ba05f1d3b57244ebb46c54303.tar.gz emacs-35a4d1439f68f77ba05f1d3b57244ebb46c54303.zip | |
entered into RCS
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index 7c5f9dd5e0c..b8d22f60077 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -127,9 +127,9 @@ enum Lisp_Type | |||
| 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 | ||