diff options
| author | Yuuki Harano | 2020-12-05 20:30:42 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2020-12-05 20:30:42 +0900 |
| commit | da92d5700eff8f628b6306202635a2514eb8b387 (patch) | |
| tree | e632bd68bf0286525e59ce35326986c1cb6f7755 /src/buffer.c | |
| parent | d46a223d8595e8edb67c6361033625797503cacf (diff) | |
| parent | dc39c66d3bb6b1db6af0519659ff154bf6d8a5d1 (diff) | |
| download | emacs-da92d5700eff8f628b6306202635a2514eb8b387.tar.gz emacs-da92d5700eff8f628b6306202635a2514eb8b387.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 360dd348e05..4215acbf1df 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -62,8 +62,9 @@ struct buffer buffer_defaults; | |||
| 62 | 62 | ||
| 63 | /* This structure marks which slots in a buffer have corresponding | 63 | /* This structure marks which slots in a buffer have corresponding |
| 64 | default values in buffer_defaults. | 64 | default values in buffer_defaults. |
| 65 | Each such slot has a nonzero value in this structure. | 65 | Each such slot has a value in this structure. |
| 66 | The value has only one nonzero bit. | 66 | The value is a positive Lisp integer that must be smaller than |
| 67 | MAX_PER_BUFFER_VARS. | ||
| 67 | 68 | ||
| 68 | When a buffer has its own local value for a slot, | 69 | When a buffer has its own local value for a slot, |
| 69 | the entry for that slot (found in the same slot in this structure) | 70 | the entry for that slot (found in the same slot in this structure) |